Menu

#6 Bengali Language support using EASYSMPP

v1.0 (example)
open
nobody
9
2015-06-09
2015-06-09
No

Dear Team,
First of all, many thanks to you for making such a wonderful application to support SMPP sms. I was able to implemented this very easily. Currently, I am able to send Hindi, English, Arabic and Malayalam languages in using this application.
The only problem I am facing is to send Bengali characters here.

Is there any limitation of this application to send Bengali Characters. I tried searching on google but it says that I need to convert this to UCS2 before sending whereas below code convert that so UTF8 which convert that to garbage.
if (dataCoding == 8)
{
text = Tools.Endian2UTF(text);
maxLength = 70;
}
else
maxLength = 160;

Is there any help on this? Am I missing anything here?

Regards,

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.