Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Unicode String Conversion Functions | awUCtoUTF8
 
awUCtoUTF8
char* awUCtoUTF8(
charUC *uc_st);
Creates a duplicate of the Unicode string uc_st, converting the duplicate to UTF-8 format in the process. A pointer to the newly created UTF-8 string is returned.
The caller is responsible for freeing the return value.