1. NAME

loadunimap - load the kernel unicode-to-font mapping table

2. SYNOPSIS

loadunimap [

-C console] [

-o oldmap] [ map]

3. DESCRIPTION

The

loadunimap command is obsolete - its function is now built-in into setfont. However, for backwards compatibility it is still available as a separate command.

The program

loadunimap loads the specified map in the kernel unicode-to-font mapping table. If no map is given defis assumed. The default extension (that can be omitted) is .uni .

If the

-o oldmapoption is given, the old map is saved in the file specified.

On Linux 2.6.1 and later one can specify the console device using the

-C option.

Usually one does not call

loadunimap directly - its function is also built into

R setfont .

4. FILES

/usr/share/unimapsis the default directory for unicode mappings.

5. SEE ALSO

R mapscrn (8),

R setfont (8)