compile_encoding - compile XML encmap into a binary encoded file for XML::Parser
Contents
Arguments
<input_file>
The XML encmap file to compile.
Copyright
Copyright (C) 1998 Clark Cooper. All rights reserved. Copyright (C) 2007-2008, 2014 Steve Hay. All
rights reserved.
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
