GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MAKE_ENCMAP(1) User Contributed Perl Documentation MAKE_ENCMAP(1)

make_encmap - create an XML representation from an Unicode mapping file

    make_encmap <name> <file>

make_encmap creates a XML encmap file with a given name from an Unicode mapping file, received e.g. from <ftp://ftp.unicode.org>. The result by default is output to stdout.

<name>
The name to set in the XML encmap file created.
<file>
The Unicode mapping file to create the XML encmap file from.

None.

The following example shows the usage of make_encmap for the ISO/IEC 8859-15 table.

    wget ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-15.TXT
    make_encmap 8859-15 8859-15.TXT E<gt> 8859-15.encmap

    0   The script exited normally.

    2   Invalid command-line arguments.

    >2  An error occurred.

None.

compile_encoding(1), XML::Encoding(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) 2008-2009, 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.

Version 2.11

08 Dec 2020

See the Changes file.
2020-12-08 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.