Charset encofing problem using sqlbox

2011-06-05 Thread Emmanuel CHANSON
Hello, I may ask a question that has maybe already been resolved but I did not find the solution. My architecture: PHP/Mysql - smsbox HTTP api - smsbox - sqlbox - bearerbox - GSM modem Using smsbox HTTP api I am sending the following message using PHP: *test l'e é ç à @ ê* in PHP/Mysql table

RE: Charset encofing problem using sqlbox

2011-06-05 Thread Rene Kluwen
ç replaced by Ç and ê replaced by ? is smsc-related. You will notice that if you do not have sqlbox in between then you will get the same results. About the different tables: Try to change the msg_data field from text to blob. == Rene From: users-boun...@kannel.org

RE: Charset encofing problem using sqlbox

2011-06-05 Thread Rene Kluwen
Issue the correct charset when sending through the http interface. Kannel should be able to convert it. From: Emmanuel CHANSON [mailto:emmanuelchan...@gmail.com] Sent: Sunday, 05 June, 2011 14:03 To: Rene Kluwen Cc: users Subject: Re: Charset encofing problem using sqlbox ç replaced

Re: Charset encofing problem using sqlbox

2011-06-05 Thread Alejandro Mejia Evertsz
Try sending the already encoded URL to smsbox HTTP API: test%20l'e%20%C3%A9%20%C3%A7%20%C3%A0%20%40%20%C3%AA If you need to encode some more sample text you can use this tool: http://meyerweb.com/eric/tools/dencoder/ On 05/06/2011 10:09 a.m., Rene Kluwen wrote: Issue the correct charset when