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

ASCII characters beyond 127 #3

Open
BitSalat opened this issue May 14, 2020 · 4 comments
Open

ASCII characters beyond 127 #3

BitSalat opened this issue May 14, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@BitSalat
Copy link

Really great utility but would be even more powerful if one could also convert Fonts beyond ASCII 127 to address Special characters like "€" or "°"

@ayoy
Copy link
Owner

ayoy commented May 14, 2020

Hi, the 32-126 ASCII range is included by default as you import the font, but then you're free to add your own characters from outside the ASCII range.
Read more on how to access them in code in this blog post.

Screenshot 2020-05-14 at 12 13 00

@BitSalat
Copy link
Author

Hi, thanx for your response. I am aware of the possibility to add custom glyphs however the problem I have is that I need to add special characters in the range of ASCII 180 etc and they have to be stored at the right position inside the C-Array so that they can be addressed by ASCII number. So with fontedit I had to add "blind" characters starting from 128 .. 180 just to bring my special characters at the right position. It would be much easier to convert thecomplete ASCII range up to 256 including characters like ö, ä, ü etc.

@ayoy
Copy link
Owner

ayoy commented May 19, 2020

Okay, that's a fair point. I will plan it for one of the upcoming releases. Will keep you posted in this thread.

@ayoy ayoy added the enhancement New feature or request label May 19, 2020
@v79
Copy link

v79 commented Nov 14, 2020

This would also be useful for me, I tried adding the "£" character but I cannot access it via the suggested "\x7f" encoding because I'm using Java/Kotlin, and that's an invalid encoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants