Ubuntu – How to enable unicode support in a TTY

tty

when I open a tty (Ctrl + Alt + F1) it doesn't have utf-8 support. How can I enable it?

Best Answer

There is a program unicode_start that puts the console in Unicode mode. In addition, the console can support a codepage of 256 (or 512) characters only at any given time, so you need to make sure that you have loaded a console font with the appropriate characters.

The Linux kernel maintainers do not accept patches for better Unicode support on the console because the console is to be used as an emergency interface. What needs to be done is write a terminal emulator for the Linux framebuffer that undertakes the support for Unicode. Something like a 'getty' replacement. This aspect of open-source development did not receive yet much attention.

Another deficiency with the existing Unicode of the Linux console is that you cannot use dead keys.