diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-28 04:35:59 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-28 04:35:59 +0000 |
commit | 3ab17047f5b57a86272c3f8320ac159b748b478e (patch) | |
tree | abf77370d9f043e6d26a4be10bf3c5683bbc2e8b /ChangeLog | |
parent | de9d25c5448d9ec50c882f2b5b3cfd6a5f8623fc (diff) | |
download | ruby-3ab17047f5b57a86272c3f8320ac159b748b478e.tar.gz |
* enc/trans/japanese.c: add workarround for Unicode to CP932.
U+2015->0x815C, U+2225->0x8161, U+FF0D->0x817C, U+FF3C->0x815F,
U+FF5E->0x8160, U+FFE0->0x8191, U+FFE1->0x8192, U+FFE2->0x81CA
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed May 28 13:30:43 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * enc/trans/japanese.c: add workarround for Unicode to CP932. + U+2015->0x815C, U+2225->0x8161, U+FF0D->0x817C, U+FF3C->0x815F, + U+FF5E->0x8160, U+FFE0->0x8191, U+FFE1->0x8192, U+FFE2->0x81CA + Wed May 28 12:52:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search |