On Tue, 29 Sep 2020, Benito van der Zander via fpc-pascal wrote:
Hi,
I am supposed to find invalid escape sequences when parsing JSON and replace
them with a user defined fallback. Invalid in the sense that the unicode
codepoint is not defined or a missing surrogate, not syntactically inval
Hi,
I am supposed to find invalid escape sequences when parsing JSON and
replace them with a user defined fallback. Invalid in the sense that the
unicode codepoint is not defined or a missing surrogate, not
syntactically invalid.
For example, any occurrence of \u and \uDEAD should be rep