Search found 3 matches

by grbrandt
Tue Jun 07, 2022 1:40 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Scandinavian characters in incoming messages
Replies: 3
Views: 29027

Re: Scandinavian characters in incoming messages

Hi,

The DataCoding property in the DeliverSm PDU is Default. I already specify the same for the SubmitSm.
Could it be that the SMSC is not following the specs or that the Android phone is not?
by grbrandt
Fri Jun 03, 2022 12:19 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Scandinavian characters in incoming messages
Replies: 3
Views: 29027

Re: Scandinavian characters in incoming messages

UPDATE: One way of fixing it in this particular test is to specify a different mapper for the SMPP receiver, and this line works: Client.EncodingMapper.MapEncoding(DataCodings.Default, Encoding.Latin1); But, this of course only works as long as the sender does not use the 7-bit GSM alphabet. Or? Can...
by grbrandt
Fri Jun 03, 2022 12:12 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Scandinavian characters in incoming messages
Replies: 3
Views: 29027

Scandinavian characters in incoming messages

I am experiencing this weird behavior where sending and receiving SMS from my application via a Norwegian SMSC works fine except Norwegian characters seems to be incorrectly encoded on reception. I am kinda starting to suspect that it is the Android phone I am using to test this with that is doing s...