Hello If You really want to know what is sent to the IP could called Internet:
1. tcpdump -s 1500 -vvni eth0 host IP_of_SMSC and port SMSC_PORT -w SMSC.LOG 2. send the message 3. open file SMSC.LOG with wireshark - http://www.wireshark.org/ , here You will able to 'see' only smpp traffic for example and exclude all other types of traffic 4. look for 'Message' field at the end of packet,and look for the bytes actually sent 5. compare whem with specification - http://www.unicodemap.org/ , depending on unicode extension map You're trying to use 6. be sure You destination mobile handset is compliant with that unicode map 7. if everything is ok,and messages are still corrupted,issue official complain to SMSC guys Comparing to GSM 03.38,ISO-8895-01,etc. encoding scheme,Unicode has one big advantage: each byte send must not been altered in any way meaning You send byte,You receive byte if dealing with encoding to/from various format it's usually boiling head You will get :) only disadvantage in using Unicode is that Your max message length is half of the 'normal' GSM message Sincerely Dragan > ----- Original Message ----- > From: "Stephen D'Souza" <[EMAIL PROTECTED]> > To: Sriram <[EMAIL PROTECTED]> > Subject: Re: Re :Hindi SMS help .... > Date: Fri, 25 Apr 2008 12:47:43 +0530 > > > Yeah your mobile needs to support Hindi font ... else depending on > your handset just black squares will be displayed !!!! > > Sriram wrote: > > Hello > > > > Does the handset need to support hindi font for this ? or any > > handset will display the text in hindi ? > > > > Rgds > > Sriram > > > > ----- Original Message ----- > > *From:* Sandesh K <mailto:[EMAIL PROTECTED]> > > *To:* [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > *Cc:* [email protected] <mailto:[email protected]> > > *Sent:* Wednesday, April 23, 2008 10:29 PM > > *Subject:* Re :Hindi SMS help ... > > > > try this out... > > > > Hello There, > > > > You should convert your text to *UCS-2 encoding *and use > > parameters *coding=2 and charset=UTF16-BE > > > > *Regards, > > Remon* > > * > > Aamir Jamil Rao wrote: > >> Hi There, > >> > >> I know this question has been asked again and again , but I > >> couldn't find > >> any example of sending utf-8 / Arabic messages using kannel > >> via PHP or perl. > >> Can someone point me to an example or to some document/mailing list > >> post > >> please. > >> > >> Thanks! > >> > >> Aamir > >> > >> > >> > >> > > > > On Wed, 23 Apr 2008 18:45:38 +0530 "Tushar" wrote > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > I am using kannel to send bulk pushes. Am just > > trying to send SMS in hindi language. Can anyone help me about the > > charset and > > coding for hindi sms? > > > > > > > > > > > > > > > > Thanks and regards, > > > > > > > > Tushar Chauhan > > > > Software Developer, Mobile team > > > > Hungama Mobile(TM) > > > > Mobile no: 09870650522 > > > > Mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze
