-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [EMAIL PROTECTED] wrote:
> i am yet getting the problem in Line feed or EOL (end of line), i have > tried %0D and %A (0xA) but havnt solved my problem, have i configured my > kannel with some configuration missing??? > i am using php, is their anything in text/plain or text/html > how can i change my reply from text/plain to text/html?? your questions is not very clear, but I'll try to "understand" ;) Are you trying to send a SMS with an line feed inside? If yes, please review the GSM 03.38 character table to figure out which byte you need to send to encode the line feed. Ie. http://www.dreamfabric.com/sms/default_alphabet.html and you can see that the line feed is 0x0a in GSM 03.38 encoding, which means you need to send a %0a URL-encoded byte to the sendsms interface. Example: http://.....sendsms?....&text=line+1%0aline+2&.... which results in text: line 1 line 2 Stipe - ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org - ------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGHW4a9ez0oeKvYs0RAtvxAJ0dACINJr8YxlOL0LDlX0bsaET8MQCfXq9K 4mxitpynBDO004RAvU6USYI= =W6gh -----END PGP SIGNATURE-----
