From bf09fb36188fd9faa2cf63f532117d43bd4c8d76 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 31 Jul 2008 06:12:13 +0000 Subject: test/ruby/test_transcode.rb: added test_shift_jis (contributed by Yoshihiro Kambayashi) and test_public_review_issue_121 (see http://www.unicode.org/review/pr-121.html) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81460e086..1e2a217c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 31 15:11:11 2008 Martin Duerst + + * test/ruby/test_transcode.rb: added test_shift_jis + (contributed by Yoshihiro Kambayashi) and + test_public_review_issue_121 + (see http://www.unicode.org/review/pr-121.html) + Thu Jul 31 13:18:30 2008 Yusuke Endoh * include/ruby/ruby.h (struct RString): size of ary must be -- cgit