Replies: 1 comment 2 replies
-
|
https://github.com/d4rkmen/plai/blob/main/components/LovyanGFX/src/lgfx/v1/LGFXBase.cpp#L2056-L2099 my workaround. could be helpful for someone |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a problem: the UTF8 stream decoder does not handle full 4 bytes encoded characters, like EMOJI, so, instead of drawing a missing character it draws 2-3 random garbage instead of
Even if the font does not support the code-points after 0xFFFF it should not ruin the entire text
Beta Was this translation helpful? Give feedback.
All reactions