sourCEntral - mobile manpages

pdf

COMPILE_ENCODING

NAME

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

SYNOPSIS

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

DESCRIPTION

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

ARGUMENTS

<input_file>

The XML encmap file to compile.

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.

EXIT STATUS

0 The script exited normally.
1 The script exited after printing the help.
2 Invalid command-line arguments.
>2 An error occurred.

KNOWN BUGS

None.

SEE ALSO

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

AUTHOR

Clark Cooper <coopercc AT netheaven DOT com <mailto:coopercc AT netheaven DOT com>>.

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

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

COPYRIGHT

Copyright (C) 1998 Clark Cooper. All rights reserved. Copyright (C) 2007-2008, 2014 Steve Hay. All rights reserved.

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.

VERSION

Version 2.11

DATE

08 Dec 2020

HISTORY

See the Changes file.

pdf