From 69002ff0b5cd4fdb2321b80f19961a94ec189c3a Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 11 Feb 2008 01:47:26 +0000 Subject: * ruby.c (load_file): the encoding of DATA follows the source file encoding. [ruby-dev:33693] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 151e283db..49b194727 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 11 10:43:31 2008 NARUSE, Yui + + * ruby.c (load_file): the encoding of DATA follows the source + file encoding. [ruby-dev:33693] + Mon Feb 11 06:50:42 2008 Yusuke Endoh * test/ruby/test_pack.rb: fix tests for 64bit CPU. -- cgit