From 3f3e44962cedb1e5c607f62004789d6876ab0ff0 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: http://svn.ruby-lang.org/repos/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 f5b395df3..5205024e8 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