summaryrefslogtreecommitdiffstats
path: root/src/polypcore/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-171-165/+0
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * remove "const" from return type of pa_utf8_filter() since it desn't make an...Lennart Poettering2006-05-161-4/+4
* * fix segfault in pa_utf8_validate()Lennart Poettering2006-05-161-5/+11
* Add function to filter a string of any invalid UTF-8 sequences. User mustPierre Ossman2006-05-151-8/+53
* Clean up the UTF-8 validation code.Pierre Ossman2006-05-151-78/+76
* add utf8 validity checking APILennart Poettering2006-05-141-0/+115