mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
7ae5e9c960
commit
a7cdd20204
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue