I have an issue in sending multilingual message to a group of numbers as an XML post through Kannel. The issue is as below:
I read a UTF-8 encoded multilingual message from a file, set the coding=2 and charset=UTF-8 and post a HTTP request to kannel's cgi-bin/sendsms application. The message is displayed correctly on the device. But if I send the same message to a group of numbers as an XML to Kannel, the device receives special characters. This, I guess is due to not being able to set the charset=UTF-8 in the XML request. How do I set the "charset" in a Kannel XML request? Would appreciate your assistance please. regards ravi
