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

* enc/utf_8.c: add alias CP65001.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-01-28 08:41:49 +00:00
parent ffbf8ab367
commit fee57bb8c8
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 28 17:41:19 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/utf_8.c: add alias CP65001.
Mon Jan 28 15:33:23 2008 Tanaka Akira <akr@fsij.org>
* enc/big5.c (big5_mbc_enc_len): validation implemented.

View file

@ -442,3 +442,4 @@ OnigEncodingDefine(utf_8, UTF_8) = {
left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match
};
ENC_ALIAS("CP65001", "UTF-8");