awUTF8toUC
charUC* awUTF8toUC(
char *utf8_st);
Creates a duplicate of the UTF-8 string uc_st, converting the duplicate to a Unicode string in the process. A pointer to the newly created UTF-8 string is returned.
The caller is responsible for freeing the return value.