sqlbox and åäö

2011-05-22 Thread Andreas Bergman
Hi! When sending åäö in messages thrugh sqlbox they are changed to ?? i assume this has something to do with unicode chars? The system is en_EN.UTF-8 and in the database it looks correct, is Stipes unicodepatch the solution or? Br Andreas -- Andreas Bergman www.abergman.se 0708-768300

Re: sqlbox and åäö

2011-05-22 Thread Andreas Bergman
I'm running the latest cvs version, with the unicode fix. The MySQL tables are changed to utf8 and charset is set to utf8 when sending the message. The bblog looks like this when inserting a message into send_sms with msgdata 'åäö' 2011-05-22 15:00:01 [12051] [13] DEBUG: boxc_receiver: sms

RE: sqlbox and åäö

2011-05-22 Thread Rene Kluwen
Try to urlencode the message before inserting. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Andreas Bergman Sent: Sunday, 22 May, 2011 15:01 To: us...@vm1.kannel.org Subject: Re: sqlbox and åäö I'm running the latest cvs version, with the unicode fix

Re: sqlbox and åäö

2011-05-22 Thread Andreas Bergman
*Sent:* Sunday, 22 May, 2011 15:01 *To:* us...@vm1.kannel.org *Subject:* Re: sqlbox and åäö I'm running the latest cvs version, with the unicode fix. The MySQL tables are changed to utf8 and charset is set to utf8 when sending the message. The bblog looks like this when inserting a message

Re: sqlbox and åäö

2011-05-22 Thread Andreas Bergman
I thought the flow was smsbox-sqlbox-bb-smsc since the smsbox is connecting to a bb port defined in sqbox, or am I wrong? Anyway, i tried both and the result is the same. But, if i set alt-charset for the SMSC (which uses GSM 3.38) the ? is replaced by 'eev'. As I understand kannel uses libiconv