* 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:
parent
95c5a63d2d
commit
2ac5cdd07a
@ -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>
|
Sun Aug 16 10:45:10 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* regparse.c (parse_char_class, parse_exp, parse_branch),
|
* regparse.c (parse_char_class, parse_exp, parse_branch),
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# encoding: UTF-8
|
# encoding: US-ASCII
|
||||||
# = csv.rb -- CSV Reading and Writing
|
# = csv.rb -- CSV Reading and Writing
|
||||||
#
|
#
|
||||||
# Created by James Edward Gray II on 2005-10-31.
|
# Created by James Edward Gray II on 2005-10-31.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user