Hi again, I am using the fakesmsc for test purpose. When using this url to send sms : http://localhost:13013/cgi-bin/sendsms?username=tester&password=xxxx&fro m=5555&to=123&text=Votre+r%E9ponse+a+%E9t%E9+prise+en+compte.+Merci+d%27 avoir+particip%E9+au+vote.+%E0+bient%F4t
This is what I have in the log file : 2003-07-20 18:11:15 send-SMS request added - sender:tester:5555 192.168.0.12 target:123 request: 'Votre r�ponse a �t� prise en compte. Merci d'avoir particip� au vote. � bient�t' Meaning the url encoded text is well decoded by the smsbox But this is what i receive from the fakesmsc : 2003-07-20 18:11:15 [0] DEBUG: Got message 8: <5555 123 data Votre+r%E9ponse+a+%E9t%E9+prise+en+compte.+Merci+d'avoir+particip%E9+au+ vote.+%E0+bient%F4t> Meaning the url encoded text is not decoded for the fakesmsc. I can I be sure that with a gsm modem, the end user will receive the correct text. Thanx, Eric
