diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-15 06:52:10 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-15 06:52:10 +0000 |
commit | ff4c13688ec7f4ea212fadf16c6ad7c4d9f5ba11 () | |
tree | b1af2b05b047da1bd91689626f38324d16f6b8e1 /enc | |
parent | b6c604d757d67085c5b2cfb7e38ebebfa6d9aa63 (diff) |
Add more description about Shift_JIS and CP50220.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/iso_2022_jp.h | 7 | ||||
-rw-r--r-- | enc/shift_jis.c | 4 |
2 files changed, 10 insertions, 1 deletions
@@ -5,7 +5,12 @@ ENC_ALIAS("ISO2022-JP", "ISO-2022-JP"); ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP"); ENC_ALIAS("ISO2022-JP2", "ISO-2022-JP-2"); -/* Windows Codepage 50220 * a ISO-2022-JP variant. * This includes * * US-ASCII @@ -381,6 +381,10 @@ OnigEncodingDefine(shift_jis, Shift_JIS) = { * MIBenum: 17 * Link: http://www.iana.org/assignments/character-sets * Link: http://ja.wikipedia.org/wiki/Shift_JIS */ /* |