How to send SMS in local language

How to send SMS in local language SearchSearch
Author Message
Neeraj Kalyan
New member
Username: Nk1967in

Post Number: 1
Registered: 06-2006
Posted on Friday, June 16, 2006 - 12:48 pm:   

Dear Sir,

I need to send SMS in hindi language(Indian Local)
how can I send UNICODE data when I tried to send I recieve #2710 #2725 .... etc.
Please help

Neeraj
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6047
Registered: 10-2002
Posted on Friday, June 16, 2006 - 08:03 pm:   

Hi Neeraj,

By default, NowSMS expects text to be encoded using UTF-8 encoding.

So if you are submitting via HTTP, you should encode the "Text=" parameter with a UTF-8 text string.

If you want to use 16-bit Unicode, you could submit the message with "DCS=4", and "Data=" specifying the hex for the 16-bit Unicode string (e.g., "&DCS=4&Data=27102725")

-bn