Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Iam using this code to send unicode sms using smpp


Encoding ui = Encoding.GetEncoding("iso-8859-8");
Encoding u8 = Encoding.UTF8;
return u8.GetString(ui.GetBytes(s));

But have got box box only.

please help me, possible provide me a sample code to send arabi/urdu unicoded ....
Posted
Comments
Sergey Alexandrovich Kryukov 6-Dec-13 19:49pm    
Platform? Language? SMS protocol? Normally, SMS requires UTF-16.
What iso-8859-8 does here?!
—SA
Pradip Nadar 7-Apr-15 1:01am    
did you resolve this ? i am facing same issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900