Hi, Do you use sqlbox? I think this a bug in sqlbox, I have modified the source of sqlbox long time ago and the problem is solved in my side.
Regards -- Djiby On Fri, Feb 15, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote: > Hi, > > My http sending format. > http://localhost:13013/cgi-bin/sendsms?username=xxxxx&password=xxxxxx&&fro > m=xxxxxxxx&to=xxxxxxx&smsc=xx&coding=0&text=hi%27he<http://localhost:13013/cgi-bin/sendsms?username=xxxxx&password=xxxxxx&&from=xxxxxxxx&to=xxxxxxx&smsc=xx&coding=0&text=hi%27he> > > I been using the stable version of kannel 1.4.1. > > 2008-02-15 15:35:56 [15686] [3] INFO: sendsms sender:<xxxxxx:xxxxxxx> > (127.0.0.1) to:<xxxxxx> msg:<hi'he> > 2008-02-15 15:35:56 [15686] [3] DEBUG: Stored UUID > 9c00771a-500e-4aaf-9ef3-51ee481e6c3a > 2008-02-15 15:35:56 [15686] [3] DEBUG: message length 5, sending 1 > messages > 2008-02-15 15:35:56 [15686] [3] DEBUG: Status: 202 Answer: <Sent.> > 2008-02-15 15:35:56 [15686] [3] DEBUG: Delayed reply - wait for bearerbox > 2008-02-15 15:35:56 [15686] [0] DEBUG: Got ACK (0) of > 9c00771a-500e-4aaf-9ef3-51ee481e6c3a > > The message received & stored fine into db. which is "hi'he" but when > received at my operator site. it become "hi\'he". > > Regards, > SoNG > > -----Original Message----- > From: Andreas Fink [mailto:[EMAIL PROTECTED] > Sent: Friday, February 15, 2008 3:18 PM > To: <[EMAIL PROTECTED]> > Cc: [email protected] > Subject: Re: Bug on kannel > > > how do you send it in HTTP? > show us log? > does it happen in CVS version? > > On 15.02.2008, at 05:10, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I found out this bug when i doing testing on sending out sms. > > > > Message send out = he'hi > > > > Message received = he\'hi > > > > I need to set the charset=UTF-8 and coding type to unicode only i > > will be > > able to receive the correct sms. Can i know wat is the problem that > > cost > > this to happen? As far as i know ' sign is not a unicode character. > > > > Regard, > > SoNG > >
