awStringAppendUCChar
void awStringAppendUC(
BrokerString st,
charUC c);
st | The destination string. |
c | The Unicode source character. |
Appends the Unicode source character c to the end of the destination string st.
Note:
Any Unicode character that cannot be represented in ANSI format will be converted UTF-8 format in the destination string.
See also: