text-normal

Unicode-normalized text

https://github.com/joelteon/text-normal.git

Latest on Hackage:0.2.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Joel Taylor
Maintained by [email protected]

This package provides types and functions for normalizing and comparing Text values according to Unicode equivalence.

An in-depth explanation of the forms of Unicode equivalence can be found on Wikipedia.

The modules in this package are named and function according to the four methods of Unicode normalization. The Normal types exported by each are purposefully not compatible with functions exported by the other modules.

This package depends on text-icu, which means it requires that the icu C library is installed.