Dear Latitude,

in my tests the character "ú" was encoded to "%3F" , but when I decode it
back I get "?" :(
and when I decode yours "%C3%BA" I get the correct character, ie "ú".

Anyway, I think it's better if you leave the splitting of your long text and
udh stuff to be handled by kannel, so, just send the entire text in to
kannel cgi, and tell us your results.

Benaiad
On Tue, Sep 29, 2009 at 12:01 PM, Benaiad <[email protected]> wrote:

> Dear Latitude Test,
>
> When I URL encode your text I get a different thing from the one you are
> trying to send, and this is the resulting text:
>
> Jes%3Fs+test+msg+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz
>
> Regards
>
> Benaiad
>
>
>
> On Mon, Sep 28, 2009 at 10:42 AM, Latitude Test <latitude.de@
> googlemail.com> wrote:
>
>> Hi,
>>
>> I am having problems in sending Long SMS via Kannel with UTF-8 charsert
>> wuith special characters in the content.
>>
>> For example I am sending the following text:
>>
>> Jesús test msg abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz
>> abcdefghijklmnopqrstuvwxyz
>>
>> My application is sending the following GET requests to Kannel:
>>
>> GET /cgi-bin/sendsms?username=
>> test&password=test&to=491733114042&udh=%05%00%03%3F%02%01&text=Jes%C3%BAs+test+msg+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuv&from=Synchronica&coding=2&charset=utf-8
>> GET
>> /cgi-bin/sendsms?username=test&password=test&to=491733114042&udh=%05%00%03%3F%02%02&text=wxyz+abcdefghijklmnopqrstuvwxyz&from=Synchronica&coding=2&charset=utf-8
>>
>> Everything looks good at Kannel (SMPP account configured). The device
>> (Nokia N78) recognises the SMS as multipart and presents them as a single
>> SMS (good so far).
>> But the content is messend up. I see BOXES for the second part of message.
>> Sometimes I see @ sign everwhere.
>>
>> I noticed that the following character is causing the problem: ú
>>
>> But if I send the following text via Kannel, everthing is fine:
>> Jesús
>>
>> So it seems that ú character when sent with multipart sms (long sms) is
>> causing the problem.
>>
>> Please guide.
>>
>> Thanks.
>>
>
>

Reply via email to