Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Unicode String Conversion Functions | awUCtoA
 
awUCtoA
char *awUCtoA(
charUC *uc_st);
uc_st
The Unicode string to duplicated.
Creates a duplicate of the Unicode string uc_st, converting the duplicate to an ANSI string in the process. A pointer to the newly created ANSI string is returned.
Unicode characters are represented in the resulting ANSI string as an escape sequence, such as \uf138.
The caller is responsible for freeing the return value.