ruby-changes:7498
From: naruse <ko1@a...>
Date: Mon, 1 Sep 2008 15:17:00 +0900 (JST)
Subject: [ruby-changes:7498] Ruby:r19019 (trunk): * enc/trans/japanese.trans: fix mapping priority.
naruse 2008-09-01 15:16:42 +0900 (Mon, 01 Sep 2008) New Revision: 19019 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19019 Log: * enc/trans/japanese.trans: fix mapping priority. IBM extended is prior than NEC selected IBM. Modified files: trunk/ChangeLog trunk/enc/trans/japanese.trans Index: ChangeLog =================================================================== --- ChangeLog (revision 19018) +++ ChangeLog (revision 19019) @@ -1,3 +1,8 @@ +Mon Sep 1 15:15:40 2008 NARUSE, Yui <naruse@r...> + + * 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@r...> * tool/transcode-tblgen.rb (transcode_compile_tree): use the first Index: enc/trans/japanese.trans =================================================================== --- enc/trans/japanese.trans (revision 19018) +++ enc/trans/japanese.trans (revision 19019) @@ -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", -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/