How to Send Chinese on the 7650. I modify a sms send example program in the chinese SDK V0.9 .
I have a message include English and Chinese.
My message is in the Tbuf of iMsgBody and encoded with utf8,
and it can be displayed well in the iEikonEnv->AlertWin(iMsgBody).
I use the next code to send the message. When I received the message, only the English content can be displayed correctly, and the Chinese is displayed as ? . What can I do now?