pa_ascii_filter

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

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

Meta