hello Thano, thank you for your answer!
one question, does this patch include a solution for the EURO sign as well, vodafone greece has mapped it to 0x80 of the latin1 charset or you bypass it with using windows-1252 as the alt-encoding smpp parameter? kind regards, /mstelios Stelios Mavromichalis Cytech Ltd. - http://www.cytech.gr/ Science & Technology Park of Crete fax: +30 2810 39 1941 tel.: +30 2810 31 4127 mob.: +30 697 7078013 skype: mstelios 2010/9/3 Thanos Chatziathanassiou <[email protected]> > Stelios Mavromichalis wrote: > >> hello everyone, >> >> i have an smpp connection with alt-charset parameter set to latin1. >> >> the provider mapped the (missing from latin1) 10 capital greek letters >> included in the gsm charset into their exact same position in the latin1. >> meaning that for instance the greek capital letter Delta (Δ) is mapped on >> latin1 position 0x10 (which happens to be the exact same position in gsm >> charset). >> >> my problem is that i can't convince kannel 1.4.3 using it's http api to >> send any of those characters. it converts them to "?" no matter what i do. >> > simple patch to charset.c to let greek chars go through unaltered. > ie. send %10 to the http interface to get Δ on the device. > > >> any ideas? >> >> kind regards, >> >> /mstelios >> >> >> Stelios Mavromichalis >> Cytech Ltd. - http://www.cytech.gr/ >> Science & Technology Park of Crete >> fax: +30 2810 39 1941 >> tel.: +30 2810 31 4127 >> mob.: +30 697 7078013 >> skype: mstelios >> > >
