Skip to content

Unicode version 1.18.0

Choose a tag to compare

@kipcole9 kipcole9 released this 17 Oct 19:18
· 39 commits to main since this release
f67f049

Enhancements

  • Adds Unicode.validate_utf8/3 to force-validate a binary as a UTF-8 string. Any invalid codepoints or incomplete sequences are replaced with a replacement string. Many thanks to @Moosieus for the contribution.