Newline in text

Hi,
I’m having some trouble with text formatting and would really appreciate if anyone knows the solution. I’m trying to use display.newText to display a three line statement by using “\n” newline characters. It looks fine in the simulator but when I build for Android the text is all on one line and the “\n” s are replaced by squares. Here is some of the code:

instr_txt = display.newText(“Line1\nLine2\n\nLine3!”, 0, 0, “Polsku”, 80);

Anyone know why this is? I would attach a screencap but like I said it works fine on the computer.

Thank you!

Peter [import]uid: 75744 topic_id: 12863 reply_id: 312863[/import]