You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as a pre-requisite, this will need unicode to be stored in the decoded form.
a) change the format used by the utf8 cache to numbers
b) get rid of utf8 cache and all the hacks to make it work, and expand Cell.ch to a 21-bit number. This takes roughly 3.000 extra bytes of RAM. we can probably afford this tho
Moving the high attr bits into the top nibble of the unicode number (there are 3 unused bits) would reduce the RAM expansion by 2.000 bytes
As another alternative, we could forbid the use of utf8 points over U+FFFF
filter, fill etc (vt500?)
The text was updated successfully, but these errors were encountered: