Hi George,

According to this http://www.w3.org/International/O-URL-code.html#unescape you should be able to UTF-8 encode and then convert each byte that is not ASCII letter to its hexadecimal value of the byte in the form of %HH.

The page provides a link to Java source code which does exactly this, as well as page with an aplet that does translations, however, the applet doesn't seem to work, not on my pc at least ;o(

This http://demo.webtoolkit.info/_javascript_/utils/url/index.html page however tells me that αβγδεζ are %CE%B1 , %CE%B2... %CE%B6. I wouldn't be surprised if it went like ..%B7 and so on.

On the other hand, this page contains the source code for the above translation so you could possibly use it...

Cheers

Petros

(χαιρετίσματα απ' το Μάντστεστερ!)


George Vagenas wrote:
Hi Petros,

Thanks for your reply. What you suggest is to send the messages like this:

ΚΑΛΗΜΕΡΑ = KA%14HMEPA

using the URL encoding for the GSM 7-bit alphabet which is working fine.

Is there a way to send small greek letter also? And is there any tool available for converting Greek text to encoded text?

Thanks

On 11/2/06, Petros Diveris <[EMAIL PROTECTED]> wrote:
Hi George,

I have a feeling that the url you are triggering wont work, since you need to encode the Greek part of it first.

Have a look at http://www.w3.org/International/O-URL-code.html

Cheers

Petros


George Vagenas wrote:
Hi All,

I am running stable kannel 1.4.1 and i can send with no problem but i can't send Greek messages (uppercase). Any idea?

Thats the URL i am using:
http://192.168.0.205:13131/cgi-bin/sendsms?username=user&password=pwd&from=302111111111&to=306932363163&text= ΔΥΟθ

Thanks

--
George Vagenas
+30 6932 363 163


--
awellknownsecret
server and content development

18, Rockdove Avenue
Manchester, M15 5FH

t: +44 (0) 161 226 0025
m: +44 (0) 7771 608 617



--
George Vagenas
+30 6932 363 163


--
awellknownsecret
server and content development

18, Rockdove Avenue
Manchester, M15 5FH

t: +44 (0) 161 226 0025
m: +44 (0) 7771 608 617

Reply via email to