I seem to have a problem displaying new line characters (\r\n) correctly in Nokia handsets in a GSM network. I send the message to the SMSC correctly (it works with handsets from other companies, like Ericsson or Siemens) but Nokia handsets don't display the new lines.
Any one has any hint on this?
Posted by Flavio Prado, fprado2@ig.com
on March 06, 2002 at 22:59
RE: Problem with new line in Nokia GSM
2002-05-22, 14:25#2
Posted by Sankar Rao, srao@fingertiponline.com
on March 08, 2002 at 08:57
Even I had same problem.
You need to give both the characters togeather. If it doesn't work try reversing the order ("\r\n", "\n\r". Hope this helps.