mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
315196bc7a
commit
19d9380b3d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 29 17:54:11 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497]
|
||||
|
||||
Tue Jan 29 17:25:22 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* 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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue