some characters appear as '?'

.NET library for SMPP protocol
Locked
armandsbrants
Posts: 5
Joined: Mon May 27, 2013 1:55 pm

some characters appear as '?'

Post by armandsbrants » Tue May 28, 2013 1:59 pm

Hello,

Got my sms out successfully. Now, as usual I am experiencing problems with Latvian alphabet. Letter 'ī', for example.

I can receive all letters correctly in data.MessageText but, when I send them out, they are broken...

Any suggestions?

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

Re: some characters appear as '?'

Post by alt » Thu May 30, 2013 9:00 pm

Hello Armands,

Possible you need to specify another data_coding. Please ask SMSC technician which data coding and which text encoding you should use to put Latvian alphabet to work.

Here is described how you can configure SmppClient
http://www.inetlab.com/wiki/doku.php/smpp/map_encoding

Anyway UCS2 data coding should work for you, but it is not optimal way for sending long messages.
Locked