uconvert_toascii

Converts strings from the current format into ASCII.

Description

char *uconvert_toascii(const char *s, char buf[]);
Helper macro for converting strings from the current encoding format into ASCII. Expands to uconvert(s, U_CURRENT, buf, U_ASCII, sizeof(buf)).
See Also:

Related Projects

The following projects include source code containing this keyword: