From 87259f9a5f19eb5c568079c33360e5fd15772938 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 8 Oct 2008 06:01:48 +0000 Subject: * ext/json/lib/json/pure/parser.rb (JSON::Pure::Parser#parse_string): force_encoding("UTF-8"). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/json/lib/json/pure/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/lib/json/pure') diff --git a/ext/json/lib/json/pure/parser.rb b/ext/json/lib/json/pure/parser.rb index a0ab3075fe..9c3fea91da 100644 --- a/ext/json/lib/json/pure/parser.rb +++ b/ext/json/lib/json/pure/parser.rb @@ -146,7 +146,7 @@ module JSON raise JSON::ParserError, "partial character in source" if stack res.pack("U*") end - end + end.force_encoding("UTF-8") else UNPARSED end -- cgit v1.2.3