[EMAIL PROTECTED] wrote: > Hi, > > I would like to know how to send a full set of 7bit aphabet in kannel > without the need of sending it in unicode character.
[table skipped] > The above table is a complete set of 7bit default alphabet specified by > GSM 03.38 . Was this mean i would be able to send this alphabet by just > setting coding=1? No. It's for binaries. > Cost i been failed to do so in some of the aphabet above > was is because of my encoding problem? i been using php urlencode function > in encoding the text message b4 being send to kannel. Try to specify also charset of string you send to kannel. For example you can send "coding=0&charset=ISO-8859-1" parameters. AFAIK kannel uses windows-1252 charset as default for 7-bit. > Regards, > SoNG -- Michael Bochkaryov
