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.1@sha256:3f3b1d2efba0b01c2847b61303cd58e8d1beea56dcb732fe0ccb4a6f72a44edf,2821

Module documentation for 2.0.1

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.