From a7cdd2020404f0a9679d3f8417981e81404a90a7 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 1 Sep 2008 06:16:42 +0000 Subject: * 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 --- enc/trans/japanese.trans | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc') 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", -- cgit v1.2.3