Description
Implements the Unicode Collation Algorithm in Haskell. Collation defines how text should be sorted and compared in ways that respect Unicode rules better than raw code point order.
It is useful for search, sorted lists, indexes, user-visible ordering, and multilingual applications. Correct user expectations can still depend on locale-specific tailoring and language rules.