From 9998481d4efaf86dde652617ed3b2777924c3373 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: svn+ssh://ci.ruby-lang.org/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 02d0882523..84da2a7b78 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 v1.2.3