summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 06:16:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 06:16:42 +0000
commita7cdd2020404f0a9679d3f8417981e81404a90a7 (patch)
tree3032dd47f7b05256caa378cd7834972509e07fc5
parent7ae5e9c96010baa16a194e2ce1a9f7f70fb8431e (diff)
* enc/trans/japanese.trans: fix mapping priority.
IBM extended is prior than NEC selected IBM. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--enc/trans/japanese.trans2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 980663eb7a..e1ddf83083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 1 15:15:40 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * enc/trans/japanese.trans: fix mapping priority.
+ IBM extended is prior than NEC selected IBM.
+
Mon Sep 1 14:44:22 2008 NARUSE, Yui <naruse@ruby-lang.org>
* tool/transcode-tblgen.rb (transcode_compile_tree): use the first
diff --git a/enc/trans/japanese.trans b/enc/trans/japanese.trans
index 43fe1df07e..42d3ffb483 100644
--- a/enc/trans/japanese.trans
+++ b/enc/trans/japanese.trans
@@ -22,7 +22,7 @@
[["{00-7f}", :nomap]] +
citrus_decode_mapsrc("mskanji", 1, "UCS/JISX0201-KANA") +
citrus_decode_mapsrc("mskanji", 2,
- "UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/CP932VDC:NEC_IBM,UCS/CP932VDC:IBM,UCS/CP932UDA")
+ "UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/CP932VDC:IBM,UCS/CP932VDC:NEC_IBM,UCS/CP932UDA")
transcode_tblgen "EUC-JP", "UTF-8",