-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ligatures unexpected/wrong #5923
Comments
Absolutely fascinating. I can't find "Inconsolata NF", I can only find LGC and Go variants. Can you share a link to the actual font you're using? I recall seeing this before, but I can't find the issue. |
Er, found the font. |
For the record, I think it's the Nerd Fonts patcher that is to blame. The original font probably had one or more ligatures stored in the private use area, and those glyphs got overwritten when the patcher used the same code points for the Nerd Fonts icons. See the bug report here: ryanoasis/nerd-fonts#254 (comment) |
@DHowett-MSFT thanks for investigating. @j4james thanks for sorting. So: Happens to all NFs with fi/fl ligatures. |
Environment
Steps to reproduce
Run a Shell. It is sufficient that it outputs the string
fi
somewhere. Fish seems predestined therefore 😉Expected behavior
"fi" is rendered as readable letter combo F-I since this string is a substring of many words.
Actual behavior
"fi" becomes a telephone symbol. ☎️
Screenshots
WSL/fedoraremix/fish
Windows/PWSH 7
The text was updated successfully, but these errors were encountered: