.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "MAKE_ENCMAP 1p" .TH MAKE_ENCMAP 1p "2020-12-10" "perl v5.32.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" make_encmap \- create an XML representation from an Unicode mapping file .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& make_encmap .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBmake_encmap\fR creates a \s-1XML\s0 encmap file with a given name from an Unicode mapping file, received e.g. from . The result by default is output to \fIstdout\fR. .SH "ARGUMENTS" .IX Header "ARGUMENTS" .IP "" 4 .IX Item "" The name to set in the \s-1XML\s0 encmap file created. .IP "" 4 .IX Item "" The Unicode mapping file to create the \s-1XML\s0 encmap file from. .SH "OPTIONS" .IX Header "OPTIONS" \&\fINone\fR. .SH "EXAMPLES" .IX Header "EXAMPLES" The following example shows the usage of \fBmake_encmap\fR for the \s-1ISO/IEC 8859\-15\s0 table. .PP .Vb 2 \& wget ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859\-15.TXT \& make_encmap 8859\-15 8859\-15.TXT E 8859\-15.encmap .Ve .SH "EXIT STATUS" .IX Header "EXIT STATUS" .Vb 1 \& 0 The script exited normally. \& \& 2 Invalid command\-line arguments. \& \& >2 An error occurred. .Ve .SH "KNOWN BUGS" .IX Header "KNOWN BUGS" \&\fINone\fR. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBcompile_encoding\fR\|(1p), \&\fBXML::Encoding\fR\|(3pm). .SH "AUTHOR" .IX Header "AUTHOR" Clark Cooper >. .PP Steve Hay > is now maintaining XML::Encoding as of version 2.00. .PP This manual page was written by Daniel Leidert > for the Debian project (but may be used by others). .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 1998 Clark Cooper. All rights reserved. Copyright (C) 2008\-2009, 2014 Steve Hay. All rights reserved. .SH "LICENCE" .IX Header "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 \s-1GNU\s0 General Public License or the Artistic License, as specified in the \fI\s-1LICENCE\s0\fR file. .SH "VERSION" .IX Header "VERSION" Version 2.11 .SH "DATE" .IX Header "DATE" 08 Dec 2020 .SH "HISTORY" .IX Header "HISTORY" See the \fIChanges\fR file.