summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-22 03:16:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-22 03:16:52 +0000
commit6c614a086387f23fb3ad4367dd2572ae3a0983e7 (patch)
tree5b5a4bbcd3a3c918155b6c9043908857fada77fa /ChangeLog
parent316b30d0d9071a9895cb246015da07e1ec12132b (diff)
* string.c (rb_str_inspect): string of ascii incompatible encoding
should be escaped and returned as US-ASCII encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94cb74ca9..2d19f7290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 22 12:11:12 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (rb_str_inspect): string of ascii incompatible encoding
+ should be escaped and returned as US-ASCII encoding.
+
Fri Feb 22 11:16:55 2008 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_substr): copy encoding although empty string.