diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-29 15:02:59 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-29 15:02:59 +0000 |
commit | 3f3e44962cedb1e5c607f62004789d6876ab0ff0 (patch) | |
tree | 1dc4620e4dcf3fb6ce75e63a3ab1ae7f99c245e7 /ChangeLog | |
parent | da707bbaf1460d2f4da23960f1f1b59fce4937df (diff) | |
download | ruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.tar.gz ruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.tar.xz ruby-3f3e44962cedb1e5c607f62004789d6876ab0ff0.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Sep 30 00:00:25 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * configure.in (THREAD_MODEL): modified message when no thread |