Different behaviour of TextEditor on macOS and Windows

Hi!

I have a TextEditor that is used to display end edit an integer with UTF-8 degree sign. On Windows everything works perfectly, but on macOS I get some weird additional character - it looks like "90°.
Is there any difference in the way in which TextEditor and its listener works on these two systems?

Happy holidays :slight_smile:

Sounds more like a UTF encoding mistake than anything that the TextEditor might be doing wrong

FYI, make sure you’ve read this:

1 Like