mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.c (load_file_internal): set default source encoding as
UTF-8 instead of US-ASCII. [ruby-core:46021] [Feature #6679] * parse.y (parser_initialize): set default parser encoding as UTF-8 instead of US-ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9fc6b08ae
commit
58ef0f06c6
24 changed files with 32 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
# coding: US-ASCII
|
||||
require 'test/unit'
|
||||
require 'stringio'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue