Blame docs/man/man1/unicode_start.1

Packit Service 50ad14
.\" @(#)unicode_start.1 1.0 010203 aeb
Packit Service 50ad14
.TH UNICODE_START 1 "3 Feb 2001"
Packit Service 50ad14
.SH NAME
Packit Service 50ad14
unicode_start \- put keyboard and console in unicode mode
Packit Service 50ad14
.SH SYNOPSIS
Packit Service 50ad14
.B unicode_start
Packit Service 50ad14
.RI [ font " [" umap ]]
Packit Service 50ad14
.SH DESCRIPTION
Packit Service 50ad14
.IX "unicode_start command" "" "\fLunicode_start\fR command"  
Packit Service 50ad14
.LP
Packit Service 50ad14
The
Packit Service 50ad14
.B unicode_start
Packit Service 50ad14
command will put the keyboard and console into Unicode (UTF-8) mode.
Packit Service 50ad14
.LP
Packit Service 50ad14
For the keyboard this means that one can attach 16-bit U+xxxx values
Packit Service 50ad14
to keyboard keys using
Packit Service 50ad14
.BR loadkeys (1),
Packit Service 50ad14
and have these appear as UTF-8 input to user programs.
Packit Service 50ad14
Also, that one can type hexadecimal Alt-xxxx using the numeric keypad,
Packit Service 50ad14
and again produce UTF-8.
Packit Service 50ad14
.LP
Packit Service 50ad14
For the console this means that the kernel expects UTF-8 output
Packit Service 50ad14
from user programs, and displays the output accordingly.
Packit Service 50ad14
.LP
Packit Service 50ad14
The parameter
Packit Service 50ad14
.I font
Packit Service 50ad14
is a font that is loaded. It should have a built-in Unicode map,
Packit Service 50ad14
or, if it hasn't, such a map can be given explicitly as second parameter.
Packit Service 50ad14
When no font was specified, the current font is kept.
Packit Service 50ad14
.SH NOTE
Packit Service 50ad14
Unicode mode is a parameter with a value per virtual console.
Packit Service 50ad14
However, usually the font and keymap is common to all consoles.
Packit Service 50ad14
.SH "SEE ALSO"
Packit Service 50ad14
.BR dumpkeys (1),
Packit Service 50ad14
.BR kbd_mode (1),
Packit Service 50ad14
.BR loadkeys (1),
Packit Service 50ad14
.BR unicode_stop (1),
Packit Service 50ad14
.BR utf-8(7),
Packit Service 50ad14
.BR setfont (8)