/[pub]/test/oldencodeutils/lib/Encode/ISO2022/EUCJACompatible.esr
Suika

Contents of /test/oldencodeutils/lib/Encode/ISO2022/EUCJACompatible.esr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Nov 6 09:29:16 2002 UTC (23 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
2002-11-06  Wakaba <w@suika.fam.cx>

	* SevenBit.esr, EightBit.esr, JUNET.esr,
	JUNETCompatible.esr, EUCJA.esr, EUCJACompatible.esr,
	EUCKR.esr, EUCZH.esr: New files.
	* SevenBit.pm, EightBit.pm: Removed.
	(Now these modules are auto-generated from *.esr files.)

1 #?PESRC/1.0
2 Name:
3 ISO2022::EUCJACompatible
4 ShortDescription:
5 An Encode module of EUC (8-bit ISO/IEC 2022
6 based compatible coding system) for Japanese
7 POD:DESCRIPTION:
8 Due to the historical reason, some of current
9 implementions of JIS coded character sets support
10 pairs of same characters dupplicately, with
11 halfwidth/fullwidth property.
12
13 Although this situation is undesirable, we can't ignore
14 such historical implementions and latest JIS coded
15 character set standards admire such dupulicate
16 encoding to and only to "keep compatibility with
17 current practice."
18
19 This module provides encoder and decoder for such
20 coding systems that comform to JIS and that based
21 on EUC (an 8-bit ISO/IEC 2022) structure.
22
23 Those coding systems SHOULD not be used for new
24 implemention or new data. They may not comform
25 to future version of JIS or other standards.
26
27 {
28 Name:
29 euc-japan-1990-fullwidth
30 Alias:
31 euc-jp-1990-fullwidth ajec
32 Cversion:
33 C:bit=8
34