Linux Commands Examples

A great documentation place for Linux commands

unicode_start

put keyboard and console in unicode mode


see also : dumpkeys - kbd_mode - loadkeys - unicode_stop - setfont

Synopsis

unicode_start [font [umap]]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

The unicode_start command will put the keyboard and console into Unicode (UTF-8) mode.

For the keyboard this means that one can attach 16-bit U+xxxx values to keyboard keys using loadkeys(1), and have these appear as UTF-8 input to user programs. Also, that one can type hexadecimal Alt-xxxx using the numeric keypad, and again produce UTF-8.

For the console this means that the kernel expects UTF-8 output from user programs, and displays the output accordingly.

The parameter font is a font that is loaded. It should have a built-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.


see also

dumpkeys , kbd_mode , loadkeys , unicode_stop , utf-8, setfont

How can this site be more helpful to YOU ?


give  feedback