logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

make_encmap - create an XML representation from an Unicode mapping file

Arguments

       <name>
           The name to set in the XML encmap file created.

       <file>
           The Unicode mapping file to create the XML encmap file from.

Author

       Clark Cooper <coopercc@netheaven.com <mailto:coopercc@netheaven.com>>.

       Steve Hay <shay@cpan.org <mailto:shay@cpan.org>> is now maintaining XML::Encoding as of version 2.00.

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

Date

       08 Dec 2020

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.

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 E<gt> 8859-15.encmap

Exit Status

           0   The script exited normally.

           2   Invalid command-line arguments.

           >2  An error occurred.

History

       See the Changes file.

perl v5.32.0                                       2020-12-10                                    MAKE_ENCMAP(1p)

Known Bugs

None.

Licence

       This  script  is  free  software;  you  can redistribute it and/or modify it under the same terms as Perl
       itself, i.e. under the terms of either the GNU  General  Public  License  or  the  Artistic  License,  as
       specified in the LICENCE file.

Name

       make_encmap - create an XML representation from an Unicode mapping file

Options

None.

See Also

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

Synopsis

           make_encmap <name> <file>

Version

       Version 2.11

See Also