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 Outgoing SMS I have:
*test l'e é ç à @ ê*

in sqlbox sent_sms table I can see:
*test l'e é Ç à @ ?*

And I receive on my mobile:
*test l'e é **Ç** à @ ?*

So ç replaced by *Ç* and ê replaced by ?

Any ideas to this problem?

BR

Emmanuel

Reply via email to