I tried this on the console:

Specifically, to print the Unicode characters:
- U+00B6: ⁋ ("paragraph" sign)
- U+2592: ▒ (medium shade)
They render OK in the command line, but are rendered wrongly on the display, even if the source code seems to suggest otherwise ... any clue?
Can be also reproduced with the script:
print "⁋"
print "▒"
while 1
yield
end while
I tried this on the console:
Specifically, to print the Unicode characters:
They render OK in the command line, but are rendered wrongly on the display, even if the source code seems to suggest otherwise ... any clue?
Can be also reproduced with the script: