From dc879cd704eb6726e25448f44621b0fd3ff266bc Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 14 Oct 2008 04:37:10 +0000 Subject: * enc/trans/single_byte.trans: added windows-1252 * enc/trans/windows-1252-tbl.rb: new file (contributed by Yoshihiro Kambayashi) * tool/transcode-tblgen.rb: listed windows-1252 as '1byte' * test/ruby/test_transcode.rb: added test_windows_1252 (contributed by Yoshihiro Kambayashi) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a5a6231b..6d02b07cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Oct 14 13:30:30 2008 Martin Duerst + + * enc/trans/single_byte.trans: added windows-1252 + + * enc/trans/windows-1252-tbl.rb: new file + (contributed by Yoshihiro Kambayashi) + + * tool/transcode-tblgen.rb: listed windows-1252 as '1byte' + + * test/ruby/test_transcode.rb: added test_windows_1252 + (contributed by Yoshihiro Kambayashi) + Tue Oct 14 12:22:32 2008 Kazuhiro NISHIYAMA * test/ruby/test_variable.rb (TestVariable#test_variable): add -- cgit