-
Notifications
You must be signed in to change notification settings - Fork 43
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
nerdfont support? #681
Comments
Could you please add more details. OS, TUI or GUI mode or how to reproduce, what font are you using? |
What vtm release? ( |
v0.9.99.35 |
I'm running on termux in TUI mode |
To fix this, I need to somehow reproduce this behavior. |
Vtm doesn't filter characters on its side. Characters can be outside the range of the Unicode standard range, the only thing is that the running apps output the text in UTF-8. It seems to me that Termux doesn't include nerdfonts by default (maybe it does) https://www.reddit.com/r/termux/comments/14clllg/termuxnerdinstaller_tool/. Do you have these fonts installed? |
I have this font installed |
2024-11-18_16-18-27.mp4Alacritty on TermuxX11 |
It feels like something is wrong with the text encoding, with the code page. |
Could it be that the code page (encoding) in your system is not UTF-8 (65001)?
|
I see. Maybe vtm is using some mode that causes such incompatibility. I will investigate it. |
Could you try to run the following:
and
|
doesn't work |
Could you just printf emoji in your shell?
This is to make sure utf-8 works. |
Thanks, vtm is indeed working in the wrong mode. I'll think about what can be done about it. |
The text was updated successfully, but these errors were encountered: