fix bad utf8 encodings by default (convert to u+FFFD)

this (temporarily, i hope) removes the fast path for handling
strings internally without escaping or replacing bad utf8
This commit is contained in:
alisdair sullivan 2013-10-20 03:16:56 +00:00
parent 7b05d0e1b7
commit f137ff484b
6 changed files with 220 additions and 378 deletions

View file

@ -1,5 +1,5 @@
-record(config, {
replaced_bad_utf8 = false,
strict_utf8 = false,
escaped_forward_slashes = false,
single_quoted_strings = false,
unescaped_jsonp = false,