From 7a19c1b34db6e47acfdcc7391f336b33718b5d58 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Oct 2008 07:15:19 +0000 Subject: * string.c (rb_locale_str_new): new function to convert string from locale to internal encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e07dbeab0..4f0f2e646 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 20 15:42:02 2008 Yukihiro Matsumoto + + * string.c (rb_locale_str_new): new function to convert string + from locale to internal encoding. + Mon Oct 20 09:47:13 2008 Tanaka Akira * test/runner.rb: search srcdir/test/arg at first to find test/ruby -- cgit