On behalf of the maintainers team I’m happy to announce unicode-data-0.3.0
.
unicode-data
provides Haskell APIs to efficiently access the latest Unicode character database.
It is up to 5 times faster than base:Data.Char
.
This release features:
- Support for big-endian architectures.
- Support for
General_Category
property. - All the predicates and case mapping functions found in
base:Data.Char
.
It follows the 0.2.0 release which added support for:
- Unicode 14.0.0.
- Unicode Identifier and Pattern Syntax.
See the complete ChangeLog for details.