-
Notifications
You must be signed in to change notification settings - Fork 4
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
Non-ascii characters are not shown #3
Comments
@piranna afaik, cjktty patch does not handle chracters beyond CJK. You may check your system fonts setting, whether symbols fonts are installed. I am not pretty sure. If you get it, welcome to note me :) |
Braille patterns are included on Unicode BMP and I have check that the patch include them by inspecting manually that they are there, so there should be a problem in other place. I have tried by setting LANG environment variable to one using UTF-8 without luck, and the same, and the same for enabling unicode support in the terminal using the special ansi code used by unicode_start script, so I don't know if I need to do something more... :-/ |
In fact, in all the cases I have tried it, sending escaped values to the terminal to print CJK glyphs, I get instead characters of the extended ascii set :-/ I know the cjktty font is loaded because it's the only one included in the kernel, so this is not the problem. On a side note, I've found the terminal drawing is fairly slower when using the cjktty font (there's a minor delay when typing, and moving the cursor on the cli readline with the arrow keys is anoying slow compared with normal fonts), do you know why it would happeng and if it could be fixed? |
Unicode BMP has many planes. Are you sure the specific braille pattern BMP included? I have no such cjktty patch delay. You could give me an example to check whether braille patterns are shown on my console. |
https://en.m.wikipedia.org/wiki/Braille_Patterns This you have more info about them. I have also check for the braille
I have given it more attention and seems it has the same speed, but on the
Drawille package use braille patterns to draw lines on the terminal. A |
So it probably has nothing to do with cjktty patch. |
Yes, I'm not saying that it's a problem of the patch, but instead about how could I be able to enable it and being able to show unicode characters on the console... So far I've just only be able to compile the kernel with the patch and use the font (since there's no other available), but don't know if I need to do any other step... :-/ Setting the |
Have you tried to set LANG to any one of CJK? |
No... can you give one that I can be able to use, for example yours? |
Try this one |
maybe. I think it's not the patch issue. |
I've managed to apply the patch and compile the font statically on the kernel and use it by default, but when using a non-ascii character (more particularly, braille patterns) they are not shown and instead is a space, as if the characters where transparent. Do you know if I need to enable something or define an environment variable?
The text was updated successfully, but these errors were encountered: