Deciphering Unicode messages received

Deciphering Unicode messages received SearchSearch
Author Message
hankypanky
Posted on Thursday, February 27, 2003 - 12:50 pm:   

How do I decipher unicode sms messages received ?

In one test I did, the @@FULLSMS@@ parameter contains ä½abc好å
Bryce Norwood - NowSMS Support (Bryce)
Posted on Thursday, February 27, 2003 - 02:49 pm:   

Hi,

Received messages are sent to an HTTP command in UTF-8 format.

Most scripting languages have facilities for dealing with UTF-8 characters. Basically, it's a way of representing Unicode in 8-bit characters.

-bn