Skip to content

A Haskell package based on the case-insensitive package, but for Unicode normalization instead of case.

License

Notifications You must be signed in to change notification settings

mignon-p/normalization-insensitive

Repository files navigation

Latest: Hackage Linux: Build Status Windows: Build status

The module Data.Unicode.NormalizationInsensitive provides the NI type constructor which can be parameterized by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to normalization.

This is very similar in spirit to the case-insensitive package, and is in fact based on the same code.

This package uses NFC internally, although that shouldn't matter to you, unless you use unsafeMk.

About

A Haskell package based on the case-insensitive package, but for Unicode normalization instead of case.

Resources

License

Stars

Watchers

Forks

Packages

No packages published