chinese chars under UCS2

Post Reply
luke
Posts: 1
Joined: Fri Sep 27, 2019 8:15 am

chinese chars under UCS2

Post by luke » Fri Sep 27, 2019 8:21 am

Hi, Sir

I am trying to send chinese messages by your SMPPClientDemo, under data = ucs2 , however, the Android phone which received the messages showing those messages in un-readable chars.

If I send alphabet messages under data = default, everything worked.

FYI, when i send chinese sms by phones, there is no any problem, so looks like the networking is fine.


Thanks
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: chinese chars under UCS2

Post by alt » Fri Oct 25, 2019 11:51 am

Code: Select all

_client.EncodingMapper.MapEncoding(DataCodings.UCS2, Encoding.GetEncoding("GBK"));
Post Reply