From 66795c47745698b30d42b35831f359aa3c07bf2c Mon Sep 17 00:00:00 2001 From: ayumin Date: Sun, 19 May 2013 14:15:42 +0000 Subject: * encoding.c: document fix, change default script encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index a9a224430d..6fb14a5795 100644 --- a/encoding.c +++ b/encoding.c @@ -1700,7 +1700,7 @@ rb_enc_aliases(VALUE klass) * All Ruby script code has an associated Encoding which any String literal * created in the source code will be associated to. * - * The default script encoding is Encoding::US-ASCII, but it can + * The default script encoding is Encoding::UTF-8 after v2.0, but it can * be changed by a magic comment on the first line of the source code file (or * second line, if there is a shebang line on the first). The comment must * contain the word coding or encoding, followed -- cgit v1.2.3