mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 02:51:15 -03:00
GNU tr is not Unicode-aware, and was corrupting descriptions that had non-ASCII characters. Additionally, rather than using the Unicode private use characters, use the ASCII/UTF-8 record separator character as it was intended. The sed command could probably be rewritten to do all the heavy lifting here, but would be even less readable. Closes #8575.