Decode and check for correct UTF-8
authorPetri Lehtinen <petri@digip.org>
Mon, 13 Jul 2009 18:03:09 +0000 (21:03 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 13 Jul 2009 20:38:01 +0000 (23:38 +0300)
commit902bcdaa5e0d0273b1ba576c2fd676a5565b6d5e
tree1ba60a3d480498720cfcdd06da4d93b1efaff8fa
parent625f50f9166592d165b8e4bd9681ba7938d4c072
Decode and check for correct UTF-8

All strings (decoded JSON text, the argument of json_string(), the key
argument of json_object_set()) are checked for valid UTF-8.
src/Makefile.am
src/jansson_private.h [new file with mode: 0644]
src/load.c
src/utf.c [new file with mode: 0644]
src/utf.h [new file with mode: 0644]
src/value.c