GHI-486: Switch over to using LLVM utf8-checking code to better validate characters

This commit is contained in:
Tim Wojtulewicz 2019-07-24 10:38:45 -07:00
parent 9698d8d7cc
commit ad19f1e1bb
3 changed files with 40 additions and 42 deletions

View file

@ -2,11 +2,21 @@
{"s":"\b\f\n\r\t\\x00\\x15"}
{"s":"ñ"}
{"s":"\\xc3("}
{"s":"\\xc0\\x81"}
{"s":"\\xc1\\x81"}
{"s":"\\xc2\\xcf"}
{"s":"\\xa0\\xa1"}
{"s":"₡"}
{"s":"࣡"}
{"s":"\\xe0\\x80\\xa1"}
{"s":"\\xe2(\\xa1"}
{"s":"\\xed\\xa0\\xa1"}
{"s":"\\xe2\\x82("}
{"s":"𐌼"}
{"s":"\\xf0(\\x8c\\xbc"}
{"s":"񀌼"}
{"s":"􀌼"}
{"s":"\\xf0\\x80\\x8c\\xbc"}
{"s":"\\xf2(\\x8c\\xbc"}
{"s":"\\xf4\\x90\\x8c\\xbc"}
{"s":"\\xf0\\x90(\\xbc"}
{"s":"\\xf0(\\x8c("}