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

Scratch text rendering unicode issue #104

Open
codefrau opened this issue Mar 17, 2020 · 1 comment
Open

Scratch text rendering unicode issue #104

codefrau opened this issue Mar 17, 2020 · 1 comment
Labels

Comments

@codefrau
Copy link
Owner

on https://squeak.js.org/scratch/#fullscreen the language menu (globe icon) creates a menu with a malformed marker that looks like ,Ä¢. That probably is a 3-byte UTF-8 sequence that is not properly decoded.

@codefrau codefrau added the bug label Mar 17, 2020
@codefrau
Copy link
Owner Author

The Smalltalk code does not expect that neither UnicodePlugin nor Pango2Plugin are available, so it falls back on the Squeak text rendering without using asMacRoman to convert the UTF8 string created in languageMenu: back to Squeak encoding.

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

No branches or pull requests

1 participant