add utf8 validity checking API

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@861 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-05-14 16:02:09 +00:00
parent b10f2dc0ae
commit bf52fb93b4
3 changed files with 145 additions and 1 deletions

View file

@ -481,6 +481,7 @@ polypcoreinclude_HEADERS = \
polypcore/strbuf.h \
polypcore/tokenizer.h \
polypcore/util.h \
polypcore/utf8.h \
polypcore/xmalloc.h
lib_LTLIBRARIES += libpolypcore.la
@ -541,7 +542,8 @@ libpolypcore_la_SOURCES += \
polypcore/tokenizer.c polypcore/tokenizer.h \
polypcore/util.c polypcore/util.h \
polypcore/winsock.h \
polypcore/xmalloc.c polypcore/xmalloc.h
polypcore/xmalloc.c polypcore/xmalloc.h \
polypcore/utf8.c polypcore/utf8.h
if OS_IS_WIN32
libpolypcore_la_SOURCES += \