Query: getunimap
OS: suse
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETUNIMAP(8) Linux GETUNIMAP(8)NAMEgetunimap - dump the unicode map for the current console to stdoutSYNOPSISgetunimap [ -s ] [ -C console ]DESCRIPTIONThe getunimap program is old and obsolete. It is now part of setfont (1). The getunimap program outputs the unicode map (also called a "Screen Font Map") for the current console to standard output. The -C option may be used with Linux 2.6.1 and later to get the map for a console different from the current one. Its argument is a path- name. The output of getunimap is of the form 0xAA U+1234 # comment where 0xAA is the font character code and U+1234 is a unicode character, that if displayed, will be displayed using glyph 0xAA in the font. Many unicode characters may be mapped to the same glyph. the Hash symbol # is used as a comment delimiter; characters after a hash sign (to the end of the line) are comments. The -s option will sort and merge elements, sorting on font character. Hence, it will produce output of the form: 0x22 U+1234 U+5678 U+3456 0x23 U+0023 etc., listing the multiple unicode characters that map to a font glyph. The output of getunimap is of the form accepted by setfont and psfaddtableSEE ALSOpsfaddtable(1), setfont(1). Console Tools 2004-01-01 GETUNIMAP(8)
| Related Man Pages | 
|---|
| psfaddtable(1) - centos | 
| psfaddtable(1) - suse | 
| psfaddtable(1) - php | 
| psfaddtable(1) - bsd | 
| psfaddtable(1) - x11r4 | 
| Similar Topics in the Unix Linux Community | 
|---|
| compare 2 files.. | 
| make multiple line containing a pattern into single line | 
| File Manipulation... | 
| perl or awk, field length check | 
| How to truncate a string to x number characters? |