File: loadunimap.8

package info (click to toggle)
kbd 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,192 kB
  • ctags: 3,648
  • sloc: sh: 12,831; ansic: 12,269; pascal: 472; lex: 464; makefile: 384; yacc: 355; sed: 16
file content (51 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" @(#)loadunimap.8 1.0 970317 aeb
.TH LOADUNIMAP 8 "2004-01-01"
.SH NAME
loadunimap \- load the kernel unicode-to-font mapping table
.SH SYNOPSIS
.B loadunimap
[
.B \-C
.I console
] [
.B \-o
.I oldmap
] [
.I map
]
.SH DESCRIPTION
The
.B loadunimap
command is obsolete - its function is now built-in into setfont.
However, for backwards compatibility it is still available
as a separate command.
.LP
The program
.B loadunimap
loads the specified map in the kernel unicode-to-font mapping table.
If no map is given
.I def
is assumed.
The default extension (that can be omitted) is
.IR .uni .
.LP
If the
.B -o
.I oldmap
option is given, the old map is saved in the file specified.
.LP
On Linux 2.6.1 and later one can specify the console device using the
.B \-C
option.
.LP
Usually one does not call
.B loadunimap
directly - its function is also built into
.BR setfont .
.SH FILES
.I @DATADIR@/unimaps
is the default directory for unicode mappings.
.SH "SEE ALSO"
.BR mapscrn (8),
.BR setfont (8)