| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | bos@serpentine.com |
Data.Text.ICU.Types
Contents
Description
Types for use when manipulating Unicode text, using the bindings to the International Components for Unicode (ICU) libraries.
- data LocaleName
Widely used types
data LocaleName
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. |
Instances