Skip to content

Unicode Set version 0.12.0

Choose a tag to compare

@kipcole9 kipcole9 released this 23 Feb 04:59

Enhancements

  • Adds support for "isBlockName" Perl and POSIX regex syntax. Used in a regex as [[:isLatin1]] or \p{isLatin1} or their inverse forms [[:^isLatin1]] and \P{isLatin1}.