Trademark Symbol in display.newText()

I was wondering if it would be possible to put the trademark ™ and copyright © symbols in the display.newText() function using a special character. I was wondering what that special character is and how would put it into a proper string. [import]uid: 58749 topic_id: 20826 reply_id: 320826[/import]

Yes that is possible!
Just copy these into whatever string you want: ™ ©.

Special characters like that might not show though depending on how your lua files have been saved. If they are encoded in ANSI then i dont think they will show alot or any of the special characters.

Whereas if you have your lua files encoded in “UTF-8 without BOM”, then they should appear nicely in your app.

Let me know if that works at all, or if my explanation has been useless lol :slight_smile:

[import]uid: 69826 topic_id: 20826 reply_id: 81958[/import]

it worked, thank you! [import]uid: 58749 topic_id: 20826 reply_id: 81968[/import]