1LOADUNIMAP(8) System Manager's Manual LOADUNIMAP(8)
2
3
4
6 loadunimap - load the kernel unicode-to-font mapping table
7
9 loadunimap [ -C console ] [ -o oldmap ] [ map ]
10
12 The loadunimap command is obsolete - its function is now built-in into
13 setfont. However, for backwards compatibility it is still available as
14 a separate command.
15
16 The program loadunimap loads the specified map in the kernel unicode-
17 to-font mapping table. If no map is given def is assumed. The default
18 extension (that can be omitted) is .uni.
19
20 If the -o oldmap option is given, the old map is saved in the file
21 specified.
22
23 On Linux 2.6.1 and later one can specify the console device using the
24 -C option.
25
26 Usually one does not call loadunimap directly - its function is also
27 built into setfont.
28
30 /lib/kbd/unimaps is the default directory for unicode mappings.
31
33 mapscrn(8), setfont(8)
34
35
36
37
38 2004-01-01 LOADUNIMAP(8)