summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-24 16:15:53 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-24 16:15:53 +0000
commitb3dd9408280b04c100333045eeb74cc48b80b32f (patch)
tree7b8f5e7ced8a199080aeeed590cfaf92bea783dd /ChangeLog
parentac4f292c5fd7b34af9d8805f417d4475655a3950 (diff)
downloadruby-b3dd9408280b04c100333045eeb74cc48b80b32f.tar.gz
ruby-b3dd9408280b04c100333045eeb74cc48b80b32f.tar.xz
ruby-b3dd9408280b04c100333045eeb74cc48b80b32f.zip
* enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46a5d81c4..80f35087f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Sat Jul 25 01:05:59 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]
+
Fri Jul 24 19:19:19 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/trans/big5.trans, big5-hkscs-tbl.rb:
new Chinese BIG5-HKSCS transcoding (with Tatsuya Mizuno)
+ see [ruby-core:24390]
* test/ruby/test_transcode.rb: added tests for the above
(with Tatsuya Mizuno)