On Ter, 2002-07-30 at 09:36, Wayne Smithers wrote:
> The coding received is Unicode using %c in the url
> 
> When an sms of 'abc' is received we get
> 
> With mo-recode = true - 406140624063
> 
> With mo-recode = false - @a@b@c
> 
> I think kannel should be able to decode this !

Nope, there should be some bug.
Which smsc are you using ? (Not EMI2 nor AT2 for sure).

Please reply to devel with the smsc module name you are using
so the "maintainer" of it could see why is it decoding from 
GSM alphabet to iso-8859-1 before my mo-recode (ucs2->iso8859-1)

What I think is that some code do %00 -> %40, a -> a and this
looks like the gsm->iso table, then the message gets into my
code and see ucs2 like %40%61 + %40%62, and this chars (probably
some hebrew chars) couldn't be converted to iso8859-1.

This is a bug!

> 
> Any ideas ?
> 
> 
> ps we are using 1.2.0
> 
> Wayne Smithers
> 5th Finger
> [EMAIL PROTECTED]
> 91 Reservoir St
> Surry Hills 2010
> Sydney, Australia
> Ph:  +61-2-9280-0300
> Mob: +61-409-603511
> Fax: +612-9475-0367
> 
> 



Reply via email to