debian man page for make_encmap

Query: make_encmap

OS: debian

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MAKE_ENCMAP(1p) 					User Contributed Perl Documentation					   MAKE_ENCMAP(1p)

NAME
make_encmap - create an XML representation from an Unicode mapping file
SYNOPSIS
make_encmap name file
DESCRIPTION
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.
OPTIONS
There are no options you can use.
EXAMPLES
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
SEE ALSO
compile_encoding(1p), XML::Encoding(3pm)
AUTHORS
This manual page was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian project (but may be used by others). perl v5.12.3 2011-05-24 MAKE_ENCMAP(1p)
Related Man Pages
encode::byte(3pm) - osx
xml::um(3) - redhat
encode::byte(3pm) - suse
encode::byte5.18(3pm) - mojave
encode::byte(3pm) - mojave
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?