Yes. That affects pushed SMS (MT) only. Received SMS (MO) depend only on what the mobile sends. Skip charset for UTF-8. Available SMS size also is reduced to 70 chars.
BR, Nikos ----- Original Message ----- From: Latitude Berlin To: Nikos Balkanas Cc: users Sent: Thursday, July 30, 2009 4:47 PM Subject: Re: SMS with euro symbol Thanks. So if I append &coding=2 with the get-url under sms-service group, all the received SMS messges will be forwarded to my servlet in UTF-8 charset? Cheers On Thu, Jul 30, 2009 at 3:33 PM, Latitude Berlin <[email protected]> wrote: Thanks. So if I append &coding=2 with the get-url under sms-service group, all the received SMS messges will be forwarded to my servlet in UTF-8 charset? Cheers 2009/7/29 Nikos Balkanas <[email protected]> Hi, The correct (POST or GET) variable to send utf-8 is "coding". You need to use: &coding=2 in your GET url.. However, you may want to first try binary (&coding = 1), since you are getting more SMS for your buck. In this case you may also need to set the codepage (&charset=<codepage>) as well. BR, Nikos ----- Original Message ----- From: Latitude Berlin To: users Sent: Wednesday, July 29, 2009 3:35 PM Subject: SMS with euro symbol Hi, I have kannel configured to direct the received SMS to a servlet. The servlet shows junk chars for euro symbol (€). I have tried sending &charset=utf-8 also no luck. What could be the reason? Cheers
