]> Git Repo - qemu.git/commit
json: Fix \uXXXX for surrogate pairs
authorMarkus Armbruster <[email protected]>
Thu, 23 Aug 2018 16:39:56 +0000 (18:39 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 24 Aug 2018 18:26:37 +0000 (20:26 +0200)
commitdc45a07c3628b82817a96fcb7df3d211d901af5d
tree40ee7798ace8af8749b416e00ee7eb4db87e8aad
parent46a628b1398ae6a58d6847223736431225c4c0cc
json: Fix \uXXXX for surrogate pairs

The JSON parser treats each half of a surrogate pair as unpaired
surrogate.  Fix it to recognize surrogate pairs.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <20180823164025[email protected]>
qobject/json-parser.c
tests/check-qjson.c
This page took 0.025374 seconds and 4 git commands to generate.