From 05b0c4da3d936afc214d2d9101e1e9fda8d95a05 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 13 Jul 2009 16:32:00 +0000 Subject: Follow tests for changes of ENV's encoding. * test/ruby/test_m17n.rb (TestM17N#test_env): the encoding of ENV is now locale encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ae014266..98464f83e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 14 01:28:17 2009 NARUSE, Yui + + * test/ruby/test_m17n.rb (TestM17N#test_env): the encoding of + ENV is now locale encoding. + Tue Jul 14 01:24:56 2009 NARUSE, Yui * marshal.c (r_object0): should return real object. -- cgit