compile_encoding - compile XML encmap into a binary encoded file for XML::Parser
compile_encoding [-h] [-o <output_file>] <input_file>
compile_encoding compiles an input XML encmap file into a binary encoded
file usable by XML::Parser.
- <input_file>
- The XML encmap file to compile.
- -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.
0 The script exited normally.
1 The script exited after printing the help.
2 Invalid command-line arguments.
>2 An error occurred.
make_encmap(1), XML::Encoding(3pm), XML::Parser(3pm).
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).
Copyright (C) 1998 Clark Cooper. All rights reserved. Copyright (C) 2007-2008,
2014 Steve Hay. All rights reserved.
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.