BSD-3-Clause licensed by Bas van Dijk, Patrick Pelletier
Maintained by Patrick Pelletier
This version can be pinned in stack with:normalization-insensitive-2.0.2@sha256:3989953b6f832af4a6e8798b51e8fd5c6874d4144968617e33f0d497f8b5f055,3057

Module documentation for 2.0.2

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.