Blame docs/man/man8misc/getunimap.8

Packit Service 50ad14
.TH GETUNIMAP 8 "2004-01-01" "Console Tools" "Linux"
Packit Service 50ad14
Packit Service 50ad14
.SH NAME
Packit Service 50ad14
getunimap \- dump the unicode map for the current console to stdout
Packit Service 50ad14
Packit Service 50ad14
.SH SYNOPSIS
Packit Service 50ad14
.B getunimap [ \-s ] [ \-C
Packit Service 50ad14
.I console
Packit Service 50ad14
]
Packit Service 50ad14
Packit Service 50ad14
.SH DESCRIPTION
Packit Service 50ad14
The
Packit Service 50ad14
.B getunimap
Packit Service 50ad14
program is old and obsolete. It is now part of
Packit Service 50ad14
.B setfont (1).
Packit Service 50ad14
.LP
Packit Service 50ad14
The 
Packit Service 50ad14
.B getunimap
Packit Service 50ad14
program outputs the unicode map (also called a "Screen Font Map") 
Packit Service 50ad14
for the current console to standard output.
Packit Service 50ad14
.LP
Packit Service 50ad14
The
Packit Service 50ad14
.B \-C
Packit Service 50ad14
option may be used with Linux 2.6.1 and later to get the map for
Packit Service 50ad14
a console different from the current one. Its argument is a pathname.
Packit Service 50ad14
.LP
Packit Service 50ad14
The output of
Packit Service 50ad14
.B getunimap
Packit Service 50ad14
is of the form
Packit Service 50ad14
.LP
Packit Service 50ad14
.RS
Packit Service 50ad14
	0xAA U+1234 # comment
Packit Service 50ad14
.RE
Packit Service 50ad14
.LP
Packit Service 50ad14
where 0xAA is the font character code and U+1234 is a unicode character,
Packit Service 50ad14
that if displayed, will be displayed using glyph 0xAA in the font.
Packit Service 50ad14
Many unicode characters may be mapped to the same glyph.
Packit Service 50ad14
.br
Packit Service 50ad14
the Hash symbol
Packit Service 50ad14
.B #
Packit Service 50ad14
is used as a comment delimiter; characters after a hash sign (to the end of 
Packit Service 50ad14
the line) are comments.
Packit Service 50ad14
.P
Packit Service 50ad14
The 
Packit Service 50ad14
.B \-s
Packit Service 50ad14
option will sort and merge elements, sorting on font character.
Packit Service 50ad14
Hence, it will produce output of the form:
Packit Service 50ad14
.LP
Packit Service 50ad14
.RS
Packit Service 50ad14
	0x22 U+1234 U+5678 U+3456
Packit Service 50ad14
.br
Packit Service 50ad14
	0x23 U+0023
Packit Service 50ad14
.RE
Packit Service 50ad14
.LP	
Packit Service 50ad14
	etc., listing the multiple unicode characters that map to a font glyph.
Packit Service 50ad14
.P
Packit Service 50ad14
The output of
Packit Service 50ad14
.B getunimap
Packit Service 50ad14
is of the form accepted by 
Packit Service 50ad14
.B setfont
Packit Service 50ad14
and
Packit Service 50ad14
.B psfaddtable
Packit Service 50ad14
.SH SEE ALSO
Packit Service 50ad14
.BR psfaddtable (1),
Packit Service 50ad14
.BR setfont (1).