So,
this one: wget "http://localhost:13013/cgi-bin/sendsms?username=XXX&password=XXX&to=0049173XXX&from=0049173XXX&text=%E9
"
created a sms with "é" BUT: (my) wget uses the charset ISO-8859-1
where "é" is %E9. It think the problem is, that the script you use
says in the http-header that it uses charset X and sends data in
charset Y
Regards
Falko
Am 08.05.2009 um 15:26 schrieb Elton Hoxha:
Hi Jovan,
All my tests included GSM 7-bit characters like é or è, I`m not
interested in ISO-8859-1.
Unfortunately all my efforts are failing...despite your help..
Elton
On Fri, May 8, 2009 at 1:14 PM, Jovan Kostovski <[email protected]>
wrote:
On Fri, May 8, 2009 at 1:12 PM, Jovan Kostovski <[email protected]>
wrote:
> On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha <[email protected]>
wrote:
>> I tried this:
>>
http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%C3%A9&coding=0
>> character is transformed again in kannel
>
> The characters you are trying to send are not defined in GSM 03.38
> 7bit alphabet. The characters that you are sending are from
> ISO 8859-1 which means you have to use 8 bit coding "coding=1".
That's
> why you don't get the original message on your ME.
>
> Try sending message with some characters from the GSM 7 alphabet i.e
> message text ="@è€"
>
>
http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%00%040%1B%65&coding=0
I made a mistake in the url for, here is the right one. Sorry
http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%00%04%1B%65&coding=0
BR, Jovan