awStringAppendNUCString
void awStringAppendNUCString(
BrokerString st,
charUC *append,
int length);
st | The destination string. |
append | The Unicode source string. |
length | The number of characters to append |
Appends the specified number of characters from the Unicode source string append to the end of the destination string st.
Note:
Any Unicode characters that cannot be represented in ANSI format will be converted UTF-8 format in the destination string.
See also: