From b014f1bc021702ee2800752aa37bfe7848118f2a Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 19 Oct 2008 09:15:37 +0000 Subject: * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings (wwww = 874/1250/1251/1253/1254/1255/1256/1257) (contributed by Yoshihiro Kambayashi) * enc/trans/windows-wwww-tbl.rb: 8 new files (contributed by Yoshihiro Kambayashi) * test/ruby/test_transcode.rb: added test_windows_wwww (contributed by Yoshihiro Kambayashi) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d43b824ee9..81f32b04fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Oct 19 18:15:15 2008 Martin Duerst + + * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings + (wwww = 874/1250/1251/1253/1254/1255/1256/1257) + (contributed by Yoshihiro Kambayashi) + + * enc/trans/windows-wwww-tbl.rb: 8 new files + (contributed by Yoshihiro Kambayashi) + + * test/ruby/test_transcode.rb: added test_windows_wwww + (contributed by Yoshihiro Kambayashi) + Sun Oct 19 07:37:13 2008 Tadayoshi Funaba * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma): -- cgit v1.2.3