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