From c6692d9410ab5b20ed3fa84db72d51d9a37a6179 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 22 Jul 2016 08:13:38 +0000 Subject: * string.c (String#dump): Change escaping of non-ASCII characters in UTF-8 to use upper-case four-digit hexadecimal escapes without braces where possible [Feature #12419]. * test/ruby/test_string.rb (test_dump): Add tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eeb792cf42..792c5865df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 22 17:13:37 2016 Martin Duerst + + * string.c (String#dump): Change escaping of non-ASCII characters in + UTF-8 to use upper-case four-digit hexadecimal escapes without braces + where possible [Feature #12419]. + + * test/ruby/test_string.rb (test_dump): Add tests for above. + Fri Jul 22 10:35:35 2016 Kouhei Sutou * lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrong -- cgit v1.2.3