-
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
Unicode terminal font #95
Comments
How do you change your locale? Does it work for your in X? Any chance the problem is that described under http://www.linuxfromscratch.org/lfs/view/development/chapter07/console.html "Some keymaps have dead keys..." |
I used The problem is with standard terminal. Whe I do eg. |
The console uses utf8 encoding but fonts can contain only a limited number of glyphs, so they use a smaller code set and include a mapping table. The default font code set is Lat15 (Western Europe). The correct 8bit set for Czech would be Lat2. You can change it with It might make sense to switch spindle to the combined Uni2 code set by default. This is a 512-glyph set that supports numerous locales simultaneously and has a full collection of available fonts. However, it still would not suit everyone out of the box. (Also, using a 512-glyph font removes the ability to select intense background colours. I do not think this is a problem in practice since you can not rely on intense backgrounds not being implemented as blink anyway, and fedora switched to a 512-glyph default console font ages ago.) |
Okay, this is my # CONFIGURATION FILE FOR SETUPCON
# Consult the console-setup(5) manual page.
ACTIVE_CONSOLES="/dev/tty[1-6]"
CHARMAP="UTF-8"
CODESET="Lat2"
FONTFACE="TerminusBoldVGA"
FONTSIZE="8x16"
VIDEOMODE=
# The following is an example how to use a braille font
# FONT='lat9w-08.psf.gz brl-8x8.psf' |
When i change locale to my native
cs_CZ.UTF-8
I get "square" characters insted of letters like ěščŽŘ.The text was updated successfully, but these errors were encountered: