From 5b2d54be66528c659d8a29256d51f17e9955bc56 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 29 Sep 2009 15:02:59 +0000 Subject: Escape as \x{XXXX} other than Unicode chars. * string.c (rb_str_inspect): escape as \x{XXXX} when the encoding is other than Unicode. [ruby-dev:39388] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5b395df3c..5205024e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 30 00:00:25 2009 NARUSE, Yui + + * string.c (rb_str_inspect): escape as \x{XXXX} when the encoding is + other than Unicode. [ruby-dev:39388] + Wed Sep 30 00:00:30 2009 Nobuyoshi Nakada * configure.in (THREAD_MODEL): modified message when no thread -- cgit v1.2.3