summaryrefslogtreecommitdiffstats
path: root/src/polypcore/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-171-165/+0
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@909 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@908 fefdeb5f-60dc-0310-8127-8f9354f1896f
* * remove "const" from return type of pa_utf8_filter() since it desn't make ↵Lennart Poettering2006-05-161-4/+4
| | | | | | | | | any sense * fix pa_utf8_filter() to not skip the next character too if it found an invalid one git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@877 fefdeb5f-60dc-0310-8127-8f9354f1896f
* * fix segfault in pa_utf8_validate()Lennart Poettering2006-05-161-5/+11
| | | | | | | | * remove some compiler warnings * use our own pa_xmalloc() implementation instead of libc's malloc() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@874 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Add function to filter a string of any invalid UTF-8 sequences. User mustPierre Ossman2006-05-151-8/+53
| | | | | | | free() the result. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@872 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Clean up the UTF-8 validation code.Pierre Ossman2006-05-151-78/+76
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@870 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add utf8 validity checking APILennart Poettering2006-05-141-0/+115
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@861 fefdeb5f-60dc-0310-8127-8f9354f1896f