SMS line feed

SMS line feed SearchSearch
Author Message
mcongosto
Posted on Sunday, April 13, 2003 - 06:05 pm:   

I've tried \n and \r to issue a line feed in the message but none worked. I've search the web for a while looking for an answer with no luck either.

Help me with this basic issue, thanks!
mcongosto
Posted on Sunday, April 13, 2003 - 06:53 pm:   

Using the web interface and paying attention to the URL I could find out this characters:

á = %C3%A1
é = %C3%A9
í = %C3%AD
ó = %C3%B3
ú = %C3%BA
ñ = %C3%B1
Ñ = %C3%91
Line Feed = %0D%0A
Bryce Norwood - NowSMS Support (Bryce)
Posted on Monday, April 14, 2003 - 02:40 pm:   

Looks like you got it. Technically %0D%0A is a carriage return and a line feed, but it's a good idea to use both together. (Literally, carriage return is to return to the beginning of the current line, and line feed is to go to the next line but it maintains the current offset in the line.)