From 3e7d52cc41d018552d954101516f7af626c16333 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 1 Mar 2010 02:05:58 +0000 Subject: adding more files git-svn-id: svn://tug.org/texlive/trunk@17245 c570f23f-e606-0410-a88d-b1316a301751 --- .../tlperl.straw/lib/XML/Parser/Encodings/README | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100755 Master/tlpkg/tlperl.straw/lib/XML/Parser/Encodings/README (limited to 'Master/tlpkg/tlperl.straw/lib/XML/Parser/Encodings/README') diff --git a/Master/tlpkg/tlperl.straw/lib/XML/Parser/Encodings/README b/Master/tlpkg/tlperl.straw/lib/XML/Parser/Encodings/README new file mode 100755 index 00000000000..576323c8225 --- /dev/null +++ b/Master/tlpkg/tlperl.straw/lib/XML/Parser/Encodings/README @@ -0,0 +1,51 @@ +This directory contains binary encoding maps for some selected encodings. +If they are placed in a directoy listed in @XML::Parser::Expat::Encoding_Path, +then they are automaticly loaded by the XML::Parser::Expat::load_encoding +function as needed. Otherwise you may load what you need directly by +explicity calling this function. + +These maps were generated by a perl script that comes with the module +XML::Encoding, compile_encoding, from XML formatted encoding maps that +are distributed with that module. These XML encoding maps were generated +in turn with a different script, domap, from mapping information contained +on the Unicode version 2.0 CD-ROM. This CD-ROM comes with the Unicode +Standard reference manual and can be ordered from the Unicode Consortium +at http://www.unicode.org. The identical information is available on the +internet at ftp://ftp.unicode.org/Public/MAPPINGS. + +See the encoding.h header in the Expat sub-directory for a description of +the structure of these files. + +Clark Cooper +December 12, 1998 + +================================================================ + +Contributed maps + +This distribution contains four contributed encodings from MURATA Makoto + that are variations on the encoding +commonly called Shift_JIS: + +x-sjis-cp932.enc +x-sjis-jdk117.enc +x-sjis-jisx0221.enc +x-sjis-unicode.enc (This is the same encoding as the shift_jis.enc that + was distributed with this module in version 2.17) + +Please read his message (Japanese_Encodings.msg) about why these are here +and why I've removed the shift_jis.enc encoding. + +We also have two contributed encodings that are variations of the EUC-JP +encoding from Yoshida Masato : + +x-euc-jp-jisx0221.enc +x-euc-jp-unicode.enc + +The comments that MURATA Makoto made in his message apply to these +encodings too. + +KangChan Lee supplied the euc-kr encoding. + +Clark Cooper +December 26, 1998 -- cgit v1.2.3