loosen restrictions on allowed codepoints in strings

This commit is contained in:
alisdair sullivan 2012-03-26 19:39:28 -07:00
parent 3421b6546e
commit f1c4a85df1
5 changed files with 6 additions and 116 deletions

View file

@ -1 +0,0 @@
"﷐"

View file

@ -1,3 +0,0 @@
{name, "noncharacter"}.
{jsx, {error, badjson}}.
{json, "noncharacter.json"}.

View file

@ -1 +0,0 @@
"﷐"

View file

@ -1,4 +0,0 @@
{name, "noncharacter replaced"}.
{jsx, [{string,<<16#fffd/utf8>>},end_json]}.
{json, "noncharacter_replaced.json"}.
{jsx_flags, [loose_unicode]}.