Skip to content

Wrong Unicode rendering on TextDisplay? #10

@sebnozzi

Description

@sebnozzi

I tried this on the console:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions