diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 09:50:30 +0000 |
commit | 0ef21e44e7fac96f0919e7d0ef2bf30c47eb2128 () | |
tree | a704e8e44c9d882ccc3c86c76fb96e74526af736 /enc/gb2312.c | |
parent | 1316830179636fc100e88c9a14314d5e1ece5931 (diff) |
forgot to commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/gb2312.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,6 +8,6 @@ Init_gb2312(void) rb_enc_register("GB2312", rb_enc_find("EUC-KR")); } -ENC_ALIAS("EUC-CN", "GB2312"); -ENC_ALIAS("eucCN", "GB2312"); -ENC_REPLICATE("GB12345", "GB2312"); |