Portability | portable |
---|---|
Stability | experimental |
Maintainer | bos@serpentine.com, rtomharper@googlemail.com, duncan@haskell.org |
Safe Haskell | Safe-Infered |
Data.Text.Encoding.Fusion.Common
Contents
Description
Fusible Stream
-oriented functions for converting between Text
and several common encodings.
- restreamUtf8 :: Stream Char -> Stream Word8
- restreamUtf16LE :: Stream Char -> Stream Word8
- restreamUtf16BE :: Stream Char -> Stream Word8
- restreamUtf32LE :: Stream Char -> Stream Word8
- restreamUtf32BE :: Stream Char -> Stream Word8