awAtoUTF8
char* awAtoUTF8(
char *a_st);
a_st | The ANSI string to duplicated. |
Creates a duplicate of the ANSI string a_st, converting the duplicate to UTF-8 format in the process. A pointer to the newly created UTF-8 string is returned.
Any occurrences in the ANSI string of the form \u#### will be considered to be UTF-8 representations.
The caller is responsible for freeing the return value.