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
sys_string can now be normalize()-ed to NFC and NFD.
It is now possible to use ICU instead of internal data/code for case conversion, grapheme
iteration and normalization. This makes those operations a tiny bit slower but saves
~100kB in a final executable if you use all of them.
Changed
This library is now header only
Speed improvements to case conversions, case insensitive comparisons and grapheme iteration.