ucs2any -V (return code: 1)
ucs2any: Can't read file '--version': No such file or directory!
ucs2any (return code: 0)
Usage: ucs2any [+d|-d] <source-name> { <mapping-file> <registry-encoding> }
where
+d put DEC VT100 graphics characters in the C0 range
(default for upright charcell fonts)
-d do not put DEC VT100 graphics characters in the
C0 range (default for all other font types)
<source-name> is the name of an ISO10646-1 encoded BDF file
<mapping-file> is the name of a character set table like those on
<ftp://ftp.unicode.org/Public/MAPPINGS/>
<registry-encoding> are the CHARSET_REGISTRY and CHARSET_ENCODING
field values for the font name (XLFD) of the
target font, separated by a hyphen
Example:
ucs2any 6x13.bdf 8859-1.TXT iso8859-1 8859-2.TXT iso8859-2
will generate the files 6x13-iso8859-1.bdf and 6x13-iso8859-2.bdf