From 4f3eb51d43c9a4c45c18b2e6ee10e176b69e3100 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 4 Jan 2009 08:40:26 +0000 Subject: * enc/trans/big5.trans, big5-tbl.rb: new Chinese Big5 transcoding (from Yoshihiro Kambayashi) * test/ruby/test_transcode.rb: added tests for the above (from Yoshihiro Kambayashi) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0aebdc1aa..01e19a157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jan 4 17:39:39 2009 Martin Duerst + + * enc/trans/big5.trans, big5-tbl.rb: + new Chinese Big5 transcoding (from Yoshihiro Kambayashi) + + * test/ruby/test_transcode.rb: added tests for the above + (from Yoshihiro Kambayashi) + Sun Jan 4 17:07:45 2009 Nobuyoshi Nakada * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not create @@ -1963,7 +1971,6 @@ Tue Dec 9 18:35:35 2008 Martin Duerst * test/ruby/test_transcode.rb: added tests for the above (from Yoshihiro Kambayashi), small cosmetic fixes - Tue Dec 9 13:33:53 2008 Nobuyoshi Nakada * compile.c (iseq_compile_each), gc.c (assign_heap_slot), -- cgit