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,
Any help on Bengali Language support in EASYSMPP