@hackage text-icu0.8.0
Bindings to the ICU library
Categories
License
BSD-3-Clause
Maintainer
Vladimir Shabanov <dev@vshabanov.com>
Links
Versions
Installation
Dependencies (5)
Dependents (50)
@hackage/sphinx, @hackage/tinytools, @hackage/binrep, @hackage/stringprep, @hackage/marvin, @hackage/betacode, Show all…
Text-ICU: Comprehensive support for string manipulation
This package provides the Data.Text.ICU library, for performing complex manipulation of Unicode text. It provides features such as the following:
-
Unicode normalization
-
Conversion to and from many common and obscure encodings
-
Date and number formatting
-
Comparison and collation
Prerequisites
This library is implemented as bindings to the well-respected ICU library (which is not bundled, and must be installed separately).
For Ubuntu apt-get install libicu-dev should suffice.
Compatibility
Upstream ICU occasionally introduces backwards-incompatible API breaks. This package tries to stay up to date with upstream, and is currently more or less in sync with ICU 69.
Get involved!
Please report bugs via the github issue tracker.
Authors
This library was written by Bryan O'Sullivan.