> zillur rahman wrote: >> Dear All, >> >> I dont send @ character through kannel when i am using no charset or >> using charset=US-ASCII.
The @ character is encoded as %00 in GSM 7bit encoding GSM 03.38 and %40 hex in ASCII encoding. So you should send text=%40 in ascii or text==%00 if you are using GSM 7bit encoding BR, Jovan
