The text package
An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework.
The Text type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed.
The Text type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from ByteStrings, using several standard encodings.
Efficient locale-sensitive support for text IO is also supported.
These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.
import qualified Data.Text as T
To use an extended and very rich family of functions for working with Unicode text (including normalization, regular expressions, non-standard encodings, text breaking, and locales), see the text-icu package: http://hackage.haskell.org/package/text-icu
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.7.0.1, 0.7.1.0, 0.7.2.1, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.9.0.1, 0.9.1.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.11.0.1, 0.11.0.2, 0.11.0.3, 0.11.0.4, 0.11.0.5, 0.11.0.6, 0.11.0.7, 0.11.0.8, 0.11.1.0, 0.11.1.1, 0.11.1.2, 0.11.1.3, 0.11.1.5, 0.11.1.6, 0.11.1.7, 0.11.1.8, 0.11.1.9, 0.11.1.10, 0.11.1.11, 0.11.1.12, 0.11.1.13, 0.11.2.0, 0.11.2.1, 0.11.2.2, 0.11.2.3, 0.11.3.0, 0.11.3.1 |
|---|---|
| Dependencies | array, base (<5), bytestring (≥0.9 & <1.0), extensible-exceptions or array, base (4.*), bytestring (≥0.9 & <1.0), deepseq (≥1.1.0.0), ghc-prim |
| License | BSD3 |
| Copyright | 2008-2009 Tom Harper, 2009-2010 Bryan O'Sullivan |
| Author | Bryan O'Sullivan <bos@serpentine.com> |
| Maintainer | Bryan O'Sullivan <bos@serpentine.com> Tom Harper <rtomharper@googlemail.com> Duncan Coutts <duncan@haskell.org> |
| Category | Data, Text |
| Home page | https://bitbucket.org/bos/text |
| Bug tracker | https://bitbucket.org/bos/text/issues |
| Source repository | hg clone https://bitbucket.org/bos/text |
| Upload date | Wed Jun 1 17:57:22 UTC 2011 |
| Uploaded by | BryanOSullivan |
| Build failure | ghc-7.0 (log) |
| Distributions | Fedora: 0.11.2.3, NixOS: 0.11.3.1, Debian: 0.7.1.0, FreeBSD: 0.11.3.1 |
Modules
- Data
- Data.Text
- Data.Text.Array
- Data.Text.Encoding
- Data.Text.Encoding.Error
- Data.Text.Foreign
- Data.Text.IO
- Data.Text.Internal
- Data.Text.Lazy
- Data.Text.Lazy.Builder
- Data.Text.Lazy.Builder.Int
- Data.Text.Lazy.Builder.RealFloat
- Data.Text.Lazy.Encoding
- Data.Text.Lazy.IO
- Data.Text.Lazy.Internal
- Data.Text.Lazy.Read
- Data.Text.Lazy.Builder
- Data.Text.Read
- Data.Text
Downloads
- text-0.11.1.0.tar.gz (Cabal source package)
- package description (included in the package)