awStringAppendUCString
void awStringAppendUCString(
BrokerString st,
charUC *append);
st | The destination string. |
append | The Unicode source string. |
Appends the specified 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: