5f1e27e9e9
This library provides a pure Haskell implementation of the Unicode Collation Algorithm described at http://www.unicode.org/reports/tr10/. It is not as fully-featured or as performant as text-icu, but it avoids a dependency on a large C library. Locale-specific tailorings are also provided.
5 lines
291 B
Text
5 lines
291 B
Text
This library provides a pure Haskell implementation of the Unicode
|
|
Collation Algorithm described at http://www.unicode.org/reports/tr10/. It
|
|
is not as fully-featured or as performant as text-icu, but it avoids a
|
|
dependency on a large C library. Locale-specific tailorings are also
|
|
provided.
|