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 --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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