54262fa005353280168f9f5919e061275ecf3575
[platform/upstream/kbd.git] / man / man8misc / getunimap.8
1 .TH GETUNIMAP 8 "2002-02-20" "Console Tools" "Linux"
2
3 .SH NAME
4 getunimap \- dump the unicode map for the current console to stdout
5
6 .SH SYNOPSIS
7 .B getunimap [
8 .I \-s 
9 ]
10
11 .SH DESCRIPTION
12 The
13 .B getunimap
14 program is old and obsolete. It is now part of
15 .B setfont (1).
16 .LP
17 The 
18 .B getunimap
19 program outputs the unicode map (also called a "Screen Font Map") 
20 for the current console to standard out.
21 The output will be of the form
22 .LP
23 .RS
24         0xAA U+1234 # comment
25 .RE
26 .LP
27 where 0xAA is the font character code and U+1234 is a unicode character,
28 that if displayed, will be displayed using glyph 0xAA in the font.
29 Many unicode characters may be mapped to the same glyph.
30 .br
31 the Hash symbol
32 .B #
33 is used as a comment delimiter; characters after a hash sign (to the end of 
34 the line) are comments.
35 .P
36 The 
37 .B \-s
38 option will sort and merge elements, sorting on font character.
39 Hence, it will produce output of the form:
40 .LP
41 .RS
42         0x22 U+1234 U+5678 U+3456
43 .br
44         0x23 U+0023
45 .RE
46 .LP     
47         etc., listing the multiple unicode characters that map to a font glyph.
48 .P
49 The output of
50 .B getunimap
51 is of the form accepted by 
52 .B setfont
53 and
54 .B psfaddtable
55 .SH SEE ALSO
56 .BR psfaddtable (1),
57 .BR setfont (1).