/
niceSOFT
/
XML-Parser
ОбзорДокументацияВойти
/
niceSOFT
/
XML-Parser
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
XML-Parser/
Parser/Encodings/
..
Japanese_Encodings.msg

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
README

Small spelling patch from Debian package - Nicholas Bamber <nicholas@periapt.co.uk>

15 лет назад
big5.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
euc-kr.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
ibm866.enc

Add ibm866.enc, koi8-r.enc

16 лет назад
iso-8859-2.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
iso-8859-3.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
iso-8859-4.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
iso-8859-5.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
iso-8859-7.enc

Update iso-8859-7.enc (RT#40712)

16 лет назад
iso-8859-8.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
iso-8859-9.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
koi8-r.enc

Add ibm866.enc, koi8-r.enc

16 лет назад
windows-1250.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
windows-1251.enc

Add windows-1251.enc

16 лет назад
windows-1252.enc

Added windows-1252 encoding Log: Submitted by: Reviewed by: PR:

23 года назад
windows-1255.enc

Added windows-1255.enc

16 лет назад
x-euc-jp-jisx0221.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
x-euc-jp-unicode.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
x-sjis-cp932.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
x-sjis-jdk117.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
x-sjis-jisx0221.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
x-sjis-unicode.enc

This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.

23 года назад
README
This directory contains binary encoding maps for some selected encodings.
If they are placed in a directory listed in @XML::Parser::Expat::Encoding_Path,
then they are automatically loaded by the XML::Parser::Expat::load_encoding
function as needed. Otherwise you may load what you need directly by
explicitly 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
<murata@apsdc.ksp.fujixerox.co.jp> 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 <yoshidam@inse.co.jp>:
 
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 <dolphin@comeng.chungnam.ac.kr> supplied the euc-kr encoding.
 
Clark Cooper
December 26, 1998