unicode-transforms-0.1.0.1: Unicode transforms (normalization NFC/NFD/NFKC/NFKD)
This is a lightweight library supporting a limited set of unicode transformations (only normalizations as of now) on ByteStrings (UTF-8) and Text without requiring any other system libraries. It is based on the utf8proc C utility supporting unicode versions upto 5.1.0.
text-icu is a full featured alternative for all unicode operations but with a dependency on the system installed icu libraries. This package aims to provide an API similar to text-icu.
For more details see the README.md file.
Modules
- Data
- ByteString
- Text
- Unicode