From 28862075842f6e8e62d00954a291b01ba80e61a1 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 24 Jul 2009 10:26:18 +0000 Subject: * enc/trans/big5.trans, big5-hkscs-tbl.rb: new Chinese BIG5-HKSCS transcoding (with Tatsuya Mizuno) * test/ruby/test_transcode.rb: added tests for the above (with Tatsuya Mizuno) * enc/big5.c: Added BIG5-HKSCS as a replicate encoding of BIG5 (short term solution, needs more work; with Tatsuya Mizuno) * tool/transcode-tblgen.rb: made 'pat' directly accessible in class StrSet git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2acb49c09b..46a5d81c4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Jul 24 19:19:19 2009 Martin Duerst + + * enc/trans/big5.trans, big5-hkscs-tbl.rb: + new Chinese BIG5-HKSCS transcoding (with Tatsuya Mizuno) + + * test/ruby/test_transcode.rb: added tests for the above + (with Tatsuya Mizuno) + + * enc/big5.c: Added BIG5-HKSCS as a replicate encoding of BIG5 + (short term solution, needs more work; with Tatsuya Mizuno) + + * tool/transcode-tblgen.rb: made 'pat' directly accessible in + class StrSet + Fri Jul 24 18:03:01 2009 Shugo Maeda * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch -- cgit v1.2.3