summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-16 06:31:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-16 06:31:13 +0000
commit2ac5cdd07a2ce703750d69e0cbdc90b2f2572a5b (patch)
tree869c0778e68ab384fea937dc9bf68440f28e7319 /lib/csv.rb
parent95c5a63d2d4f607aa74cd2ac3787a81fa9dfbf05 (diff)
* lib/csv.rb: Change magic comment to US-ASCII in order to
make literals as US-ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 862839a0e4..aae94888cd 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.