Multi-byte 16x16 characters wrap incorrectly #25

Open
opened 2025-06-12 08:47:44 +00:00 by Ponali · 3 comments
Ponali commented 2025-06-12 08:47:44 +00:00 (Migrated from github.com)

Image

![Image](https://github.com/user-attachments/assets/50145555-deb6-41fa-a555-ad62bcc9a19a)
WahPlus commented 2025-06-19 06:09:16 +00:00 (Migrated from github.com)

I doubt it's possible at all to fix this, because wrapping works with Lua's string.sub() function, which cuts off a string by bytes, not by actual characters and there is no good way (to my knowledge) to use something else or patch it.

I doubt it's possible at all to fix this, because wrapping works with Lua's `string.sub()` function, which cuts off a string by bytes, not by actual characters and there is no good way (to my knowledge) to use something else or patch it.
WahPlus commented 2025-11-02 20:06:07 +00:00 (Migrated from github.com)

Unicode.sub() exists apparently.

Unicode.sub() exists apparently.
WahPlus commented 2026-06-15 16:41:41 +00:00 (Migrated from github.com)

While trying to fix this I broke something even more badly. Uhhhhhhh yeah I dunno.

While trying to fix this I broke something even more badly. Uhhhhhhh yeah I dunno.
Sign in to join this conversation.