www.LinuxHowtos.org
UNICODE_START
Section: User Commands (1)Updated: 3 Feb 2001
Index Return to Main Contents
NAME
unicode_start - put keyboard and console in unicode modeSYNOPSIS
unicode_start [font [umap]]DESCRIPTION
The unicode_start command will put the keyboard and console into Unicode (UT-8) mode.
For the keyboard this means that one can attach 1-bit U+xxxx values to keyboard keys using loadkeys(1), and have these appear as UT-8 input to user programs. Also, that one can type hexadecimal Al-xxxx using the numeric keypad, and again produce UT-8.
For the console this means that the kernel expects UT-8 output from user programs, and displays the output accordingly.
The parameter font is a font that is loaded. It should have a buil-in Unicode map, or, if it hasn't, such a map can be given explicitly as second parameter. When no font was specified, the current font is kept.
NOTE
Unicode mode is a parameter with a value per virtual console. However, usually the font and keymap is common to all consoles.AUTHORS
Andries Brouwer <aeb@cwi.nl>SEE ALSO
dumpkeys(1), kbd_mode(1), loadkeys(1), unicode_stop(1), ut-8(7), setfont(8)