Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/i18n/csmapper/JIS To ensure the mapping identical, cha...



details:   https://anonhg.NetBSD.org/src/rev/2ab054e663c5
branches:  trunk
changeset: 550712:2ab054e663c5
user:      tshiozak <tshiozak%NetBSD.org@localhost>
date:      Mon Aug 18 15:28:25 2003 +0000

description:
To ensure the mapping identical, change the unicode codepoint for the reverse
solidus on JIS X 0208.

diffstat:

 share/i18n/csmapper/JIS/JISX0208@1990%UCS.src |  10 ++++++++--
 share/i18n/csmapper/JIS/UCS%JISX0208%1990.src@localhost |   7 ++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (59 lines):

diff -r 99c62b4fc42c -r 2ab054e663c5 share/i18n/csmapper/JIS/JISX0208@1990%UCS.src
--- a/share/i18n/csmapper/JIS/JISX0208@1990%UCS.src     Mon Aug 18 15:28:17 2003 +0000
+++ b/share/i18n/csmapper/JIS/JISX0208@1990%UCS.src     Mon Aug 18 15:28:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JISX0208@1990%UCS.src,v 1.2 2003/07/12 16:11:10 tshiozak Exp $
+# $NetBSD: JISX0208@1990%UCS.src,v 1.3 2003/08/18 15:28:25 tshiozak Exp $
 
 TYPE           ROWCOL
 NAME           JISX0208/UCS
@@ -84,6 +84,12 @@
 #      Any comments or problems, contact <John_Jenkins%taligent.com@localhost>
 #
 #
+# NetBSD specific modification:
+#      2003-08-18 : change the conversion for reverse solidus (0x2140).
+#                      Unicode Inc.'s table converts it to U+005C,
+#                      but this may conflict in the case of compound encoding,
+#                      e.g. EUC-JP.  Instead, we use U+FF3C.
+#
 0x2121 = 0x3000
 0x2122 = 0x3001
 0x2123 = 0x3002
@@ -115,7 +121,7 @@
 0x213D = 0x2015
 0x213E = 0x2010
 0x213F = 0xFF0F
-0x2140 = 0x005C
+0x2140 = 0xFF3C
 0x2141 = 0x301C
 0x2142 = 0x2016
 0x2143 = 0xFF5C
diff -r 99c62b4fc42c -r 2ab054e663c5 share/i18n/csmapper/JIS/UCS%JISX0208%1990.src@localhost
--- a/share/i18n/csmapper/JIS/UCS%JISX0208%1990.src@localhost   Mon Aug 18 15:28:17 2003 +0000
+++ b/share/i18n/csmapper/JIS/UCS%JISX0208%1990.src@localhost   Mon Aug 18 15:28:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: UCS%JISX0208%1990.src@localhost,v 1.3 2003/07/14 06:03:43 tshiozak Exp $
+# $NetBSD: UCS%JISX0208%1990.src@localhost,v 1.4 2003/08/18 15:28:26 tshiozak Exp $
 
 TYPE           ROWCOL
 NAME           "UCS/JISX0208:1990"
@@ -84,6 +84,10 @@
 #      Any comments or problems, contact <John_Jenkins%taligent.com@localhost>
 #
 #
+# NetBSD specific modification:
+#      2003-08-18 : add U+FF3C -> 0x2140 conversion.
+#                      see UCS%JISX0208%1990.src@localhost.
+#
 0x005C = 0x2140
 0x00A2 = 0x2171
 0x00A3 = 0x2172
@@ -6928,6 +6932,7 @@
 0xFF39 = 0x2359
 0xFF3A = 0x235A
 0xFF3B = 0x214E
+0xFF3C = 0x2140
 0xFF3D = 0x214F
 0xFF3E = 0x2130
 0xFF3F = 0x2132



Home | Main Index | Thread Index | Old Index