Skip to content
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

Stop using weird unicode characters. #6

Open
lwilletts opened this issue Apr 18, 2016 · 1 comment
Open

Stop using weird unicode characters. #6

lwilletts opened this issue Apr 18, 2016 · 1 comment

Comments

@lwilletts
Copy link
Contributor

Main reason is that many terminal bitmap fonts do not have have support for these characters. Specifying a fallback font may be best, but I'd rather see it work like so: if support for a character is found, use that character, if not, use a more common replacement.

I don't have any ideas what we could replace these exotics characters with right now.

@Nanoseb
Copy link
Owner

Nanoseb commented Apr 18, 2016

Yes you are right, I haven't investigate this yet, but knowing if a specific character is handled by the terminal seems quite hard to achieve (for example on my desktop "⤨" works great with terminator but not on urxvt). An other solution would be to add an parameter to the configuration file.

EDIT: and for a fallback font you can use symbola, I will also add it to the readme. For those who are using urxvt here is how to configure it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants