Skip to content

2.17

Choose a tag to compare

@github-actions github-actions released this 10 Feb 19:01
· 285 commits to master since this release

Added

  • sys_string can now be normalize()-ed to NFC and NFD (back-ported from version 3).

Changed

  • Supported Unicode version has been bumped to 16 (back-ported from version 3).
  • Speed improvements to case conversions and case insensitive comparisons (back-ported from version 3).

Fixed

  • Addressed some false positive sanitizer warnings.