mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Add function to filter a string of any invalid UTF-8 sequences. User must
free() the result. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@872 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7a92f361c6
commit
9c8661c675
2 changed files with 53 additions and 7 deletions
|
|
@ -23,5 +23,6 @@
|
|||
***/
|
||||
|
||||
const char *pa_utf8_valid(const char *str);
|
||||
const char *pa_utf8_filter(const char *str);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue