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:d2544296187b57c9de39af2e0854d4ce79ed3dace8841e53137e0ceff25b58fd,2912

Module documentation for 2.0.1

  • Data
    • Data.Unicode
      • Data.Unicode.NormalizationInsensitive
        • Data.Unicode.NormalizationInsensitive.Unsafe

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.