Hi All,

I am having problems receiving French characters from smsc. Messages
received are processed by smsbox and stored to db via a php script called
receivesms.php.

This is my config:

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
#global-sender = 13013
smsbox-id = box1
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
mo-recode=true

group = smsc
smsc = smpp
smsc-id = chaitel
alt-charset = utf-8

in my receivesms.php which receives messages from smsbox, I am doing
urldecode($SMSTEXT)

But when the mobile sends déjà, I get "D?j?" in the db. The db and its
tables are UTF-8 encoded.

Pliz assist.
Thanks,
Moses

Reply via email to