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
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
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
>
>
> |
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
Hi Ciaran
Were you able to successfully send Unicode characters using SQL Box?
If so, pliz assist.
Thanks
MOses
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
Hey James,
Were you able to successfully send unicode characters via SQLBOX?
If then, how?
Thanks,
Moses