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?
Search found 3 matches
- 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: 118698
- 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: 118698
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 ...
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 ...
- 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: 118698
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 ...
I am kinda starting to suspect that it is the Android phone I am using to test this with that is doing ...