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:fae43015ade7c5c6db4df29e5d92f84c56f93c3f0b05af21aecab497abaec3bd,3154

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.