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

compile_encoding - compile XML encmap into a binary encoded file for XML::Parser

Arguments

       <input_file>
           The XML encmap file to compile.

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

compile_encoding compiles an input XML encmap file into a binary encoded file usable by XML::Parser.

Exit Status

           0   The script exited normally.

           1   The script exited after printing the help.

           2   Invalid command-line arguments.

           >2  An error occurred.

History

       See the Changes file.

perl v5.32.0                                       2020-12-10                               COMPILE_ENCODING(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

       compile_encoding - compile XML encmap into a binary encoded file for XML::Parser

Options

-o<output_file>
           Put  compiled  binary  into  given output file.  By default, a file that has the same basename as the
           input file, but with an extension of .enc is output.

       -h  Print usage information.

See Also

make_encmap(1p), XML::Encoding(3pm), XML::Parser(3pm).

Synopsis

           compile_encoding [-h] [-o <output_file>] <input_file>

Version

       Version 2.11

See Also