-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Incorrect parsing of unicode escape codes #3747
Labels
bug
Something isn't working
Comments
GR3YH4TT3R93
changed the title
[BUG] incorrect parsing of unicode escape codes
Incorrect parsing of unicode escape codes
Jul 14, 2024
Sorry, you'll also need to ensure to set |
I encountered a similar problem. |
Here's a fix: #3975 |
Can confirm it's working for me as well. Thanks @stefanhaller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In the latest release (v0.43.1), some icons (e.g. nuxt.config.ts which uses the escape sequence
\uf1106
, and tailwind.config.ts which uses the escape sequence\uf13ff
) are showing the incorrect icons (e.g. for nuxt.config.ts\uf110
+6 shown asicon
6 instead of \f1106 and for tailwind.config.ts\uf13f
+f shown asicon
f instead of\uf13ff
).To Reproduce
Steps to reproduce the behavior:
git init
touch nuxt.config.ts tailwind.config.ts
lazygit
Expected behavior
Expected to see the proper icons
Version info:
commit=v0.43.1, build date=2024-07-13T12:12:22Z, build source=termux, version=0.43.1, os=android, arch=arm64, git version=2.45.2
git version 2.45.2
The text was updated successfully, but these errors were encountered: