From 7be0bd894bcc0aad2e41c1c80aa40cd81b5ea735 Mon Sep 17 00:00:00 2001 From: suke Date: Mon, 13 Oct 2008 00:03:11 +0000 Subject: * ext/win32ole/win32ole.c (load_conv_function51932): support CP51932 on cygwin and mingw32. thanks to arton. * test/win32ole/test_win32ole.rb (test_cp51932): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a3223bcd..a93e3d37d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 13 08:59:08 2008 Masaki Suketa + + * ext/win32ole/win32ole.c (load_conv_function51932): support + CP51932 on cygwin and mingw32. thanks to arton. + + * test/win32ole/test_win32ole.rb (test_cp51932): ditto. + Mon Oct 13 07:54:00 2008 Yukihiro Matsumoto * ruby.c (proc_options): add -U command line option to specify -- cgit