source: main/trunk/release-kits/shared/linux/XML-Parser/64-bit/perl-5.18/XML/Parser/Encodings/README@ 30623

Last change on this file since 30623 was 30623, checked in by ak19, 8 years ago

Adding the Perl 64 bit XML-Parser 5.18 folder to the release kit as we did for other perl versions, since now we're moving to perl 5.18 and therefore must support that.

File size: 1.9 KB
Line 
1This directory contains binary encoding maps for some selected encodings.
2If they are placed in a directory listed in @XML::Parser::Expat::Encoding_Path,
3then they are automatically loaded by the XML::Parser::Expat::load_encoding
4function as needed. Otherwise you may load what you need directly by
5explicitly calling this function.
6
7These maps were generated by a perl script that comes with the module
8XML::Encoding, compile_encoding, from XML formatted encoding maps that
9are distributed with that module. These XML encoding maps were generated
10in turn with a different script, domap, from mapping information contained
11on the Unicode version 2.0 CD-ROM. This CD-ROM comes with the Unicode
12Standard reference manual and can be ordered from the Unicode Consortium
13at http://www.unicode.org. The identical information is available on the
14internet at ftp://ftp.unicode.org/Public/MAPPINGS.
15
16See the encoding.h header in the Expat sub-directory for a description of
17the structure of these files.
18
19Clark Cooper
20December 12, 1998
21
22================================================================
23
24Contributed maps
25
26This distribution contains four contributed encodings from MURATA Makoto
27<[email protected]> that are variations on the encoding
28commonly called Shift_JIS:
29
30x-sjis-cp932.enc
31x-sjis-jdk117.enc
32x-sjis-jisx0221.enc
33x-sjis-unicode.enc (This is the same encoding as the shift_jis.enc that
34 was distributed with this module in version 2.17)
35
36Please read his message (Japanese_Encodings.msg) about why these are here
37and why I've removed the shift_jis.enc encoding.
38
39We also have two contributed encodings that are variations of the EUC-JP
40encoding from Yoshida Masato <[email protected]>:
41
42x-euc-jp-jisx0221.enc
43x-euc-jp-unicode.enc
44
45The comments that MURATA Makoto made in his message apply to these
46encodings too.
47
48KangChan Lee <[email protected]> supplied the euc-kr encoding.
49
50Clark Cooper
51December 26, 1998
Note: See TracBrowser for help on using the repository browser.