Hi, My app save Text in Parse.com and when the text contains a breakline I save it in Parse but I Encode the “\n”. The problem is when I GET this text, I decode the “\n” but when I show this Text in a Text element the breakline appear like “?”.
Its posible that the text in a Text element contains breaklines?
I’m not entirely sure I understand the question. Are you saying the problem only happens when the string has made a round-trip to Parse.com? If so, I spect that it’s an encoding problem.