Which mobile you used for receiving the messages.(which displayed the msg properly)?
On Apr 13, 12:23 pm, Murat Döner <[email protected]> wrote: > * I used below code for Turkish: > > msg=new OutboundMessage(strRecipient,""); > msg.addText(strMessage); > msg.setEncoding(MessageEncodings.ENCUCS2); > service.sendMessage(msg);* > > 2010/4/13 tarun budhrani <[email protected]> > > > I am using smslib to send HINDI(regional language) sms.Since i have to > > use Unicode for hindi sms,I used UCS2 encoding.But the problem is that > > the mobile which receives the sms..displays STRANGE CHARACTERS instead > > of hindi text.I tried it with other phones as well which support hindi > > language,but the same problem occurs. > > Pls help me with this issue. > > > -- > > You received this message because you are subscribed to the Google Groups > > "SMSLib User Group" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<smslib%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/smslib?hl=en. -- You received this message because you are subscribed to the Google Groups "SMSLib User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
