From dd2d65fa6f9f42e4303757de46d2dd3e7fa0247a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Oct 2007 18:06:31 +0000 Subject: * enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode to be encoded to 2bytes in UTF-8. [ruby-core:12700] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a348c9a6d..49892b61f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 17 03:06:30 2007 Nobuyoshi Nakada + + * enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode to + be encoded to 2bytes in UTF-8. [ruby-core:12700] + Wed Oct 17 02:50:49 2007 Nobuyoshi Nakada * string.c (rb_str_ord): use encoding. -- cgit