diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 06:16:42 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 06:16:42 +0000 |
commit | a7cdd2020404f0a9679d3f8417981e81404a90a7 (patch) | |
tree | 3032dd47f7b05256caa378cd7834972509e07fc5 /enc/trans/japanese.trans | |
parent | 7ae5e9c96010baa16a194e2ce1a9f7f70fb8431e (diff) | |
download | ruby-a7cdd2020404f0a9679d3f8417981e81404a90a7.tar.gz |
* 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
Diffstat (limited to 'enc/trans/japanese.trans')
-rw-r--r-- | enc/trans/japanese.trans | 2 |
1 files changed, 1 insertions, 1 deletions
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", |