I have a similar problem with some web applications.
The euro symbol in 7-bit GSM is 0x1B65. When I send the euro symbol
from some web applications, it will end up in SMPP as a 0x80 in the
packet trace.
Some providers will allow an SMPP connection as ISO8859, and then they
will do a conversion to 7bit GSM.
I would prefer to specifically map out all of the characters. What is
the best way to do that from Web applications in PHP?
preeteesh kakkar wrote:
Hi All,
Is it possible to map Euro sign to 7 bit GSM.
I am asking this because i connect to some providers using 7 bit GSM.
If i need to send Euro sign from PHP can i do that, if yes what i need
to do? any ideas?