diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-29 00:34:06 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-29 00:34:06 +0000 |
| commit | 6faf903b2d2f0c003b711c855d1123d4c02d5579 (patch) | |
| tree | b79c9cfa3c4fb4ca5bee393c23e41ff7546644d7 /ChangeLog | |
| parent | b706341577bdf45dc1c4e278e4be7608769998c4 (diff) | |
* string.c (rb_str_inspect): dump as \uXXXX when the
string is in Unicode. [ruby-dev:39388]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25143 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 @@ +Tue Sep 29 06:50:32 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (rb_str_inspect): dump as \uXXXX when the + string is in Unicode. [ruby-dev:39388] + Tue Sep 29 06:49:16 2009 NARUSE, Yui <naruse@ruby-lang.org> * encoding.c (rb_enc_unicode_p): defined. |
