1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
naruse 2009-08-16 06:31:13 +00:00
parent 95c5a63d2d
commit 2ac5cdd07a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Aug 16 15:25:26 2009 NARUSE, Yui <naruse@ruby-lang.org>
* 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 <nobu@ruby-lang.org>
* regparse.c (parse_char_class, parse_exp, parse_branch),

View file

@ -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.