* Add handling of surrogate pairs

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@53 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Brent Miller
2009-08-20 06:50:22 +00:00
parent f8663fc16f
commit 126ad95fc4
4 changed files with 133 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ libjson_la_SOURCES = \
linkhash.c \
printbuf.c
check_PROGRAMS = test1 test2 test3
check_PROGRAMS = test1 test2 test3 test4
test1_SOURCES = test1.c
test1_LDADD = $(lib_LTLIBRARIES)
@@ -41,3 +41,6 @@ test2_LDADD = $(lib_LTLIBRARIES)
test3_SOURCES = test3.c
test3_LDADD = $(lib_LTLIBRARIES)
test4_SOURCES = test4.c
test4_LDADD = $(lib_LTLIBRARIES)