text-icu-0.6.3.7: Bindings to the ICU library

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Data.Text.ICU.Types

Contents

Description

Types for use when manipulating Unicode text, using the bindings to the International Components for Unicode (ICU) libraries.

Synopsis

Widely used types

data LocaleName Source

The name of a locale.

Constructors

Root

The root locale. For a description of resource bundles and the root resource, see http://userguide.icu-project.org/locale/resources.

Locale String

A specific locale.

Current

The program's current locale.

data ParseError Source

Detailed information about parsing errors. Used by ICU parsing engines that parse long rules, patterns, or programs, where the text being parsed is long enough that more information than an ICUError is needed to localize the error.