I am developing Receiving sms software with Pol but the return is disordered coding !
In China, SMS is encoded using UCS-2. In Taiwan, the encoding is GSM if the message only contains 7-bit ASCII, otherwise it also uses UCS-2.
Versions of SMSLib prior to Palm OS 5.3 don't support UCS-2, IIRC. You might be able to get it to work properly by converting to UCS-2 yourself (using TxtConvertEncoding), then send it as 8-bit raw, which I believe is supported.
I don't know what would happen on the receive size when older versions of SMSLib get sent UCS-2.
-- Ken -- Ken Krugler <http://www.krugler.org> +1 530-265-2225
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
