normalization-insensitive

Version 2.0.2 revision 2 uploaded by ppelleti.

Package meta

Synopsis
Normalization insensitive string comparison
Description

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.

Author
Bas van Dijk, Patrick Pelletier
Bug reports
https://github.com/ppelleti/normalization-insensitive/issues
Category
Data, Text, Unicode
Copyright
2011 Bas van Dijk, 2016 Patrick Pelletier
Homepage
https://github.com/ppelleti/normalization-insensitive
Maintainer
Patrick Pelletier <code@funwithsoftware.org>
Package URL
n/a
Stability
n/a

Components