I am coding my outgoing message to use UCS-2 so i can send accents and latin characters like ñ, but the length of the coded string is 4 times the orignal text, for example:

If i code this: "Hello this is a test"  20 chars
the output that i sent to the operator is: "00480065006c006c006f002000740068006900730020006900730020006100200074006 500730074" 80 chars

The problem that i am geting is that the operator as a limit of 160 chars, coded or not coded, so if i send in plain text the string "Hello this is a test" they count them like 20 chars but if I send the string codified they count 80 chars.

Any other way of coding or sending the messages so that they can be arrived correctly with accented words and latin characters ?

regards.

Reply via email to