From b51c853dd69ea40ee141b3ec8857590afa7c3e7b Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 8 Oct 2008 08:03:08 +0000 Subject: * ext/json/lib/json/pure/generator.rb (utf8_to_json): process each unpacked Unicode character. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a635c54b0..fa9c66d56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 8 17:02:21 2008 NARUSE, Yui + + * ext/json/lib/json/pure/generator.rb (utf8_to_json): + process each unpacked Unicode character. + Wed Oct 8 15:00:22 2008 NARUSE, Yui * ext/json/lib/json/pure/parser.rb -- cgit