Newline character turn into char # 10240

when you paste or when viewing other people's projects, sometimes, especially i JS function blocks, the newline character turns into char # 10240. (I didn't use photoshop for the following pictures, i'm a ki and photoshop costs money.) screenshots: untitled script pic(32) Screen Shot 2021-02-22 at 10.06.44 AM. it makes long strings and multiline JS blocks VERY unreadable.

That's weird. According to my calculator, 10240 is hex 2800. The character U+2800 is "BRAILLE PATTERN BLANK" which is of course invisible, but does take up space. I don't know why that happens. It shouldn't, this is probably a bug, but low priority.

that's why I made this topic

As I said,

:~)