diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-29 08:55:19 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-29 08:55:19 +0000 |
commit | 19d9380b3d8e20723b230fa47dbdf2729fde8be2 (patch) | |
tree | ede75efe8d369f025801dd390835f6423a5d127b | |
parent | 315196bc7af78c121df9a6a4a01c8ac2f354fc2a (diff) |
* enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | enc/gbk.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Jan 29 17:54:11 2008 NARUSE, Yui <[email protected]> + + * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497] + Tue Jan 29 17:25:22 2008 NARUSE, Yui <[email protected]> * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H): @@ -44,6 +44,7 @@ static const int EncLen_gbk[] = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1 }; |