pa_utf8_filter

Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree()

extern (C)
char*
pa_utf8_filter
(
const(char)* str
)

Meta