diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 08:24:55 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-01 08:24:55 +0000 |
| commit | cca76d6a4b82293202f08024d0f001db06f5b8ef (patch) | |
| tree | 9d1f35221bc22274db093762e0adb6f1ee8ce987 /enc/trans | |
| parent | 56e0440e3b4f363bb7da57c70a10fd34d116b4e6 (diff) | |
* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of
eucJP-ms.
* enc/trans/japanese.trans (eucJP-ms): eucJP-ms is the correct
name of the encoding in Ruby.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/trans')
| -rw-r--r-- | enc/trans/japanese.trans | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/trans/japanese.trans b/enc/trans/japanese.trans index 42d3ffb48..796098c9c 100644 --- a/enc/trans/japanese.trans +++ b/enc/trans/japanese.trans @@ -31,7 +31,7 @@ citrus_decode_mapsrc("euc", 0x0080, "JISX0201-KANA/UCS") + citrus_decode_mapsrc("euc", 0x8000, "JISX0212/UCS") - transcode_tblgen "EUC-JP-MS", "UTF-8", + transcode_tblgen "eucJP-ms", "UTF-8", [["{00-7f}", :nomap]] + citrus_decode_mapsrc("euc", 0x8080, "JISX0208VDC:NEC/UCS,JISX0208UDC/UCS,JISX0208:MS/UCS") + citrus_decode_mapsrc("euc", 0x0080, "JISX0201-KANA/UCS") + @@ -49,7 +49,7 @@ citrus_decode_mapsrc("euc", 0x0080, "UCS/JISX0201-KANA") + citrus_decode_mapsrc("euc", 0x8000, "UCS/JISX0212") - transcode_tblgen "UTF-8", "EUC-JP-MS", + transcode_tblgen "UTF-8", "eucJP-ms", [["{00-7f}", :nomap]] + citrus_decode_mapsrc("euc", 0x8080, "UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/JISX0208UDC") + citrus_decode_mapsrc("euc", 0x0080, "UCS/JISX0201-KANA") + |
