perky 03/07/06 03:30:26
Modified: . CHANGES
Added: . NOTES.euc-jp
Log:
*) EUC-JP codec's mapping for 0xA1C0 is changed from U+005C to
U+FF3C because EUC-JP 0x5C is also a REVERSE SOLIDUS and 0xA1C0 is
FULLWIDTH REVERSE SOLIDUS on japanese environments.
Revision Changes Path
1.9 +4 -0 cjkcodecs/CHANGES
Index: CHANGES
===================================================================
RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- CHANGES 5 Jul 2003 19:49:02 -0000 1.8
+++ CHANGES 6 Jul 2003 10:30:26 -0000 1.9
@@ -29,3 +29,7 @@
(this feature is used for surrogate-pair and mapping from unicode
character with a following modifier)
+ *) EUC-JP codec's mapping for 0xA1C0 is changed from U+005C to
+ U+FF3C because EUC-JP 0x5C is also a REVERSE SOLIDUS and 0xA1C0 is
+ FULLWIDTH REVERSE SOLIDUS on japanese environments.
+
1.1 cjkcodecs/NOTES.euc-jp
Index: NOTES.euc-jp
===================================================================
euc-jp codec maps JIS X 0208 code 0x2140 into unicode U+FF3C
instead of U+005C as on unicode.org's mapping. Because
euc-jp has REVERSE SOLIDUS on 0x5c already and A140 is
shown as a full width character, mapping to U+FF3C can make
more sense.
|