From af3ee70e90417fe7f895cb4dbba9a5abd3eb2852 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 16 Aug 2009 06:31:13 +0000 Subject: * lib/csv.rb: Change magic comment to US-ASCII in order to make literals as US-ASCII. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c27dc1155..cbafd3e28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 16 15:25:26 2009 NARUSE, Yui + + * lib/csv.rb: Change magic comment to US-ASCII in order to + make literals as US-ASCII. + Sun Aug 16 10:45:10 2009 Nobuyoshi Nakada * regparse.c (parse_char_class, parse_exp, parse_branch), -- cgit