Linux Commands Examples

A great documentation place for Linux commands

loadunimap

load the kernel unicode-to-font mapping table


see also : mapscrn - setfont

Synopsis

loadunimap [ -C console ] [ -o oldmap ] [ map ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
cp $PKG_BUILD/src/kbdrate $INSTALL/usr/bin
cp $PKG_BUILD/src/loadkeys $INSTALL/usr/bin
cp $PKG_BUILD/src/loadunimap $INSTALL/usr/bin
ln -s psfxtable psfaddtable
ln -s psfxtable psfgettable
ln -s psfxtable psfstriptable
ln -s loadunimap getunimap

description

The loadunimap command is obsolete - its function is now built-in into setfont. However, for backwards compatibility it is still available as a separate command.

The program loadunimap loads the specified map in the kernel unicode-to-font mapping table. If no map is given def is assumed. The default extension (that can be omitted) is .uni.

If the -o oldmap option is given, the old map is saved in the file specified.

On Linux 2.6.1 and later one can specify the console device using the -C option.

Usually one does not call loadunimap directly - its function is also built into setfont.

files

/usr/share/unimaps is the default directory for unicode mappings.


see also

mapscrn , setfont

How can this site be more helpful to YOU ?


give  feedback