A MMS text question

Hi, Dear all:

I use IP connectivity to develop MMS function,
When I use wip_mmsAddPart to add TEXT info,(Text info include English and Chinese)

Ex: wip_mmsAddPart(mms_ctrl,(u8*)ctx1,wm_strlen((ascii*)ctx1), WIP_COPT_MMS_PART_TEXT,WIP_COPT_END);

The English text can show normally, but Chinese text can’t show normally,
I try to change coding method, like UTF-8 or unicode method, but Chinese always show wrong text,

I don’t know anyone meet the same question? (like French text, Canada text or other language…)
Or someone give me some advice to solve this question?

Thank you very much!! :slight_smile:

Joey

1 Like

I have the same problem