DOKK / manpages / debian 10 / libxml-encoding-perl / make_encmap.1p.en
MAKE_ENCMAP(1p) User Contributed Perl Documentation MAKE_ENCMAP(1p)

make_encmap - create an XML representation from an Unicode mapping file

make_encmap name file

make_encmap creates a XML encmap file with a given name from an Unicode mapping file, received e.g. from ftp://ftp.unicode.org. The result by default is output to stdout.

There are no options you can use.

The following example shows the usage of make_encmap for the ISO/IEC 8859-15 table.


wget ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-15.TXT
make_encmap 8859-15 8859-15.TXT > 8859-15.encmap

compile_encoding(1p), XML::Encoding(3pm)

This manual page was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian project (but may be used by others).

2014-06-07 perl v5.18.2