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:
parent
7b05d0e1b7
commit
f137ff484b
6 changed files with 220 additions and 378 deletions
|
@ -1,5 +1,5 @@
|
|||
-record(config, {
|
||||
replaced_bad_utf8 = false,
|
||||
strict_utf8 = false,
|
||||
escaped_forward_slashes = false,
|
||||
single_quoted_strings = false,
|
||||
unescaped_jsonp = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue