Re: SQLBox UTF-8 Encoding

2014-10-28 Thread MOSES KARIUKI
Thanks Alvaro, I will test and revert. Thanks, MT On Tue, Oct 28, 2014 at 8:20 PM, Alvaro Cornejo wrote: > Hi > > urlencode(test déjà) = Test+d%C3%A9j%C3%A0 > > Looks like sqlbox is url-enconding your text somewhere. > > I suppose you are working everything in UTF-8, so it should be safe if yo

Re: SQLBox UTF-8 Encoding

2014-10-28 Thread Alvaro Cornejo
Hi urlencode(test déjà) = Test+d%C3%A9j%C3%A0 Looks like sqlbox is url-enconding your text somewhere. I suppose you are working everything in UTF-8, so it should be safe if you skip charset info on your insert? i.e. try INSERT INTO send_sms (coding,momt, sender, receiver,dlr_url,msg_text) VALU

Re: SQLBox UTF-8 Encoding

2014-10-28 Thread MOSES KARIUKI
Hi. The whole database is UTG-8. UTF-8 is the default charset on both tables. On Oct 28, 2014 4:58 PM, "Alvaro Cornejo" wrote: > Hi > > I guess both tables are on the same database; What is the default charset > of your tables? are they the same? > > Regards > > Alvaro > > > |

Re: SQLBox UTF-8 Encoding

2014-10-28 Thread Alvaro Cornejo
Hi I guess both tables are on the same database; What is the default charset of your tables? are they the same? Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia

Send Unicode (French) characters using Kannel SQL Box

2014-10-28 Thread MOSES KARIUKI
Hi Ciaran Were you able to successfully send Unicode characters using SQL Box? If so, pliz assist. Thanks MOses

RE: users Digest, Vol 98, Issue 24

2014-10-28 Thread Qasim Jan
All sms has to be url encoded before inserting into sqlbox "send_sms" table > > for unicode sms coding has to be "2". > > > > > > *Rajeev Krishna* > > > > Operations Manager > > Krishnas Software Technologies > > www.krishnasoft

Unicode SMS through SQLBOX

2014-10-28 Thread MOSES KARIUKI
Hey James, Were you able to successfully send unicode characters via SQLBOX? If then, how? Thanks, Moses