@hackage text-icu0.6.3.2
Bindings to the ICU library
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Links
Versions
Installation
Dependencies (3)
- base <4.6
- bytestring
- text >=0.9.1.0 && <=0.12.0.0 Show all…
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
Prerequisites
This library is implemented as bindings to the well-respected ICU library, which is not included. The versions of ICU currently supported are 4.0 and newer.
Get involved!
Please report bugs via the bitbucket issue tracker.
Master Mercurial repository:
hg clone http://bitbucket.org/bos/text-icu
There's also a git mirror:
git clone git://github.com/bos/text-icu.git
(You can create and contribute changes using either Mercurial or git.)
Authors
This library was written by Bryan O'Sullivan.