Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-text-icu / pkg-descr
1 Haskell bindings to the International Components for Unicode (ICU)
2 libraries.  These libraries provide robust and full-featured Unicode
3 services on a wide variety of platforms.
4
5 Features include:
6
7   * Both pure and impure bindings, to allow for fine control over efficiency
8     and ease of use.
9   * Breaking of strings on character, word, sentence, and line boundaries.
10   * Access to the Unicode Character Database (UCD) of character metadata.
11   * String collation functions, for locales where the conventions for
12     lexicographic ordering differ from the simple numeric ordering of
13     character codes.
14   * Character set conversion functions, allowing conversion between Unicode
15     and over 220 character encodings.
16   * Unicode normalization. (When implementations keep strings in a normalized
17     form, they can be assured that equivalent strings have a unique binary
18     representation.)
19   * Regular expression search and replace.
20
21 WWW: https://github.com/bos/text-icu