On Wed, May 5, 2010 at 2:16 PM, Innocent Muchedzi <[email protected]> wrote: > Hi > > How can I use escape chars like "new line" in an sms and other special char > your can get on an ordinary cell phone.
What do you mean by escaping them? If you want to add them in the message body (message text) check the GSM 03.38 7bit alphabet http://www.dreamfabric.com/sms/default_alphabet.html For example line feed is 10 dec (0x0Ahex). Just url encode the message text. BR, Jovan
