I would suggest first of all to make an html page to prepare the sendsms command with encoding to UTF-8

Also check for this options:
charset string Charset of text message. Used to convert to a format suitable for 7 bits or to UCS2. Defaults to ISO-8859-1 if coding is 7bits and UTF16BE if coding is UCS2.

And the returning vars
%c message coding: 0 (default, 7 bits), 1 (7 bits), 2 (8 bits) or 3 (Unicode)
%C message charset: for a "normal" message, it will be "GSM" (coding=1), "binary" (coding=2) or "UTF16-BE" (coding=3). If the message was successfully recoded from Unicode, it will be "ISO-8859-1"


George Katsanos wrote:

Hello ,

 

I am trying to find out how I can use GREEK characters in the http query to send sms messages.

What are the actions I should make ? [kannel.conf , http settings , o/s settings?.]

I have to tell that my KDE / FBSD writes greek chars normally , so maybe no problem with that , But they send as chinese [ %C %F etc..]

 

Thank you

Reply via email to