Multi-byte 16x16 characters wrap incorrectly #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.Unicode.sub() exists apparently.
While trying to fix this I broke something even more badly. Uhhhhhhh yeah I dunno.