Hi
clearly there is a bug with this
In SQLBox for example there is additional processing of ' and " with these
2 functions:
>From sqlbox_mysql.c:
octstr_replace(str, octstr_imm("\\"), octstr_imm("\\\\"));
octstr_replace(str, octstr_imm("\'"), octstr_imm("\\\'"));
so when it's inserted into MySQL it's escaped properly.
I believe ' is same in both UTF-16BE and UTF-8 and latin1.
2012/10/16 afshin afzali <[email protected]>
> Hi Guys,
> I'm receiving UTF-16BE encoded messages which have single quote characters
> in %06A%06'%061%063%06J
> I've configured kannel to execute my script to service them (/opt/myscript.py
> %a). My problem is in such messages kannel unable to execute my command
> and return this to sender :
> <Empty reply from service provider>
>
> BEST,
> -- Afshin
>
>
>