Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Unicode rendering on TextDisplay? #10

Open
sebnozzi opened this issue Jan 2, 2022 · 1 comment
Open

Wrong Unicode rendering on TextDisplay? #10

sebnozzi opened this issue Jan 2, 2022 · 1 comment

Comments

@sebnozzi
Copy link

sebnozzi commented Jan 2, 2022

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
@JoeStrout
Copy link
Owner

We don't have those glyphs in the font, so you're certainly not going to see a paragraph symbol or medium-shade glyph.

However what you should see (and do see, in Mini Micro) is the question-mark-in-a-box "no glyph" symbol. I'm not sure why that's not happening, but it seems like a legitimate bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants