jackson-core icon indicating copy to clipboard operation
jackson-core copied to clipboard

Check why UTF-8 decoding does not fail on illegal encodings of Surrogate codes

Open cowtowncoder opened this issue 7 years ago • 0 comments

See https://github.com/FasterXML/jackson-dataformats-binary/pull/65 for background: it looks like UTF-8 json parser is not checking for case of 3-byte character being surrogate: I think it should. (although there is still the whole issue of why JSON escapes may be used in such a way...).

cowtowncoder avatar Mar 22 '17 22:03 cowtowncoder