From 60421ec0cd1a73e863f53317059f29a10b70125d Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 19 Jun 2008 14:47:04 +0000 Subject: * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON text SHALL be encoded in Unicode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65670e074..0a2f80069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 19 23:46:35 2008 Yusuke Endoh + + * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON + text SHALL be encoded in Unicode. + Thu Jun 19 23:17:56 2008 Yusuke Endoh * thread.c, thread_win32.c, vm_core.h: try to remove false positive of -- cgit