0

I have some SMS service api, which sends the message to the user's mobile. But when I am trying to send Kannada words, it's sending question marks.

Example: http://sms1.epsro.com/send.aspx?message=ದಿನಾಂಕ&mobileno=

In response, I am getting "??????".

Can you please give some solution, so that I can get the exact Kannada word in mobile?

CodeNotFound
  • 22,153
  • 10
  • 68
  • 69
chetan
  • 11
  • 1
  • 2
  • hope this link helps http://stackoverflow.com/questions/25363151/how-to-fetch-hindi-text-indian-local-language-from-mysql-database – Karthik Ganesan May 02 '17 at 15:48

1 Answers1

0

Use the HttpUtility.UrlEncodeUnicode function. It's been obsoleted, but still may work for you. Note - it is non-standards compliant.

Xavier J
  • 4,326
  • 1
  • 14
  • 25