From c5f7e80d46bffa843afbb8df8369c843ccfa30ae Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 3 Dec 2009 11:29:33 +0000 Subject: * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code table (from Tatsuya Mizuno) * test/ruby/test_transcode.rb: Added test for converting full range of Unicode codepoints from/to GB18030 (from Tatsuya Mizuno) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02d088252..84da2a7b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 3 20:27:27 2009 Martin Duerst + + * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code table + (from Tatsuya Mizuno) + + * test/ruby/test_transcode.rb: Added test for converting full range of + Unicode codepoints from/to GB18030 (from Tatsuya Mizuno) + Wed Dec 2 23:51:28 2009 NAKAMURA, Hiroshi * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid -- cgit