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
Also Unicode 16.0 has come and has some updates on normalization algorithms and some new code points that change the tables (most likely).
And, also, I remember that you had NFKC and NFKD composition and decomposition code points in your tables which is not being used, but I might be remembering another repo!
These are in your slow path algorithms mostly, so I'm aware they're not a priority.
We can save about 37KB of tables, while possibly improving the performance.
See
The text was updated successfully, but these errors were encountered: