* 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
This commit is contained in:
naruse 2008-09-01 06:16:42 +00:00
parent 7ae5e9c960
commit a7cdd20204
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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",