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 +++++ lib/csv.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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), diff --git a/lib/csv.rb b/lib/csv.rb index 862839a0e..aae94888c 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1,4 +1,4 @@ -# encoding: UTF-8 +# encoding: US-ASCII # = csv.rb -- CSV Reading and Writing # # Created by James Edward Gray II on 2005-10-31. -- cgit