1. What's the version of kannel you're using? answering before you did - use latest from SVN (not from releases page, i.e. compile yourself from latest revision!)
2. charset should be 'utf-8', exactly like that 3. no need to use mo-recode option, it works without it. 4. how do you urlencode via standard php function? 2013/4/7 Ali Kashif <[email protected]> > I am Trying to insert MT message in sqlbox send_sms table, with > > msgdata = urlencoed data > coding =2 > charset= UTF-8 > > MYSQL : table , Database and msgData field is UTF-8 > > > and in my kannel configuration i have added > > mo-recode=true > > > (even though i am not sure why should i add this but this thread says .. > http://comments.gmane.org/gmane.comp.mobile.kannel.user/20630) > > > but end user is receiving BOXES in message > > > I can send a perfect message using kannel using sendsms > > > cgi-bin/sendsms?username=USER&password=12345&coding=2&charset=UTF-8&from=123&to=+XXXXXXXXXXXX&text=%C2%BFABC%E2%82%AC%40%21%26%25%C2%A7%3F%3F%C2%A1wxyz%C3%A4%C3%B6%C3%B1%C3%BC%C3%A0%3F%C3%9F%C3%A6%C3%86%7B%7D%5B%5D%28%2912345 > > > i have gone through many articles and mailinglist but so far no solution . > > i have found these 2 links > > > https://build.opensuse.org/package/view_file?file=sqlbox-r45-encoding-fix.diff&package=sqlbox&project=home%3Acrt0solutions%3Akannel > > > http://www.kannel.org/pipermail/devel/2010-August/003892.html > > > i am really not sure about the DIFF patch and really dont know how to apply > that, on the other hand the second like seems promising but i dont know what > the results will be for my case (Arabic and French Messages) > > > so can anyone suggest me some solution for this ? > > Thanks > > Ali > >
