  The programs in this directory convert Unicode mapping tables to C source
so they can be compiled into the PSF tools. There are two converters - one
takes the 1:1 mapping tables from Unicode.org (txt2uni), and one takes 
the 1:many tables from the Linux kbd package (map2uni). When creating 
tables I recommend you use the kbd format.

  map2uni supports an extension to the kbd format - weakly bound characters,
signified by "U*nnnn" rather tha "U+nnnn". These must appear at the end of
the line. Weakly bound characters aren't added to Unicode mapping tables, 
but are used when a subset of a font is being extracted by codepage; if the
normal characters aren't found, the psftools will search for the weakly-bound
ones as well.
