1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/gbk.c: add GBK, CP936 and CP949.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-29 04:26:30 +00:00
parent a2b03f10dc
commit fe15b86b9d
2 changed files with 2 additions and 3 deletions

View file

@ -493,6 +493,4 @@ OnigEncodingDefine(gb18030, GB18030) = {
gb18030_left_adjust_char_head,
gb18030_is_allowed_reverse_match
};
ENC_REPLICATE("GBK", "GB18030");
ENC_REPLICATE("CP936", "GB18030");
ENC_ALIAS("Windows-936", "GBK");