lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

fixed utf-8 output corrupted with truncated surrogates pairs #232

Open xroche opened 3 years ago

xroche commented 3 years ago

Fixed utf-8 output corrupted with truncated surrogates pairs.

As an example, the \uDBFF💀 sequence would produce "?" and then a truncated version of "💀" which would result in invalid-UTF-8.