|
Data.Text.Lazy.Encoding | Portability | portable | Stability | experimental | Maintainer | bos@serpentine.com, rtharper@aftereternity.co.uk,
duncan@haskell.org |
|
|
|
|
|
Description |
Functions for converting lazy Text values to and from lazy
ByteString, using several standard encodings.
To make use of a much larger variety of encodings, use the text-icu
package.
|
|
Synopsis |
|
|
|
|
Decoding ByteStrings to Text
|
|
|
Decode a ByteString containing UTF-8 encoded text.
|
|
|
Decode a ByteString containing UTF-8 encoded text.
|
|
Encoding Text to ByteStrings
|
|
|
Encode text using UTF-8 encoding.
|
|
Produced by Haddock version 2.6.0 |