From 4a6cfaff7aef1bdbf7455c5029124e463d0bfe41 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 9 Jan 2009 02:18:40 +0000 Subject: merges r21342 from trunk into ruby_1_9_1. * encoding.c (rb_locale_charmap): use GetConsoleCP() instead of GetACP() because external encoding should be console's one. * encoding.c (rb_filesystem_encoding): use GetOEMCP() instead of GetACP() because VFAT/FAT32 uses OEM CP. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd71c27de..b7910e1cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jan 5 17:38:40 2009 NAKAMURA Usaku + + * encoding.c (rb_locale_charmap): use GetConsoleCP() instead of + GetACP() because external encoding should be console's one. + + * encoding.c (rb_filesystem_encoding): use GetOEMCP() instead of + GetACP() because VFAT/FAT32 uses OEM CP. + Mon Jan 5 16:26:48 2009 Nobuyoshi Nakada * encoding.c (rb_filesystem_encoding): use ANSI codepage for file -- cgit