0

I'm using Logica SMPP api for sending sms. I'm able to send plain english messages with default data coding as "0" Now if I want to send sms in other language such as hindi or chinese, what are the different values I should set..

Should I create a UDH for the same ? wht data coding should I use? wht esm class should I set ? should I send the data as unicode?

Any suggestions on this will be very useful.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880

1 Answers1

1

Looking through the API, I'd guess that ShortMessage.setEncoding() is the relevant method here.

Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720