From 5a8db29b59f5f0bd6272bbfd615d356e475c52f1 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 23 Oct 2008 06:53:55 +0000 Subject: * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cee9a1c332..e156eb49a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ Thu Oct 23 14:08:07 2008 Nobuyoshi Nakada converted before the proto so that the #to_int of the former cannot alter the latter. +Thu Oct 23 10:55:08 2008 Yukihiro Matsumoto + + * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding + string. + Thu Oct 23 09:26:22 2008 NAKAMURA Usaku * ext/socket/socket.c (sock_s_getservbyport): cast to get rid of -- cgit v1.2.3