W3cubDocs

/Haskell 8

Data.Text.Internal.Encoding.Fusion.Common

Copyright (c) Tom Harper 2008-2009
(c) Bryan O'Sullivan 2009
(c) Duncan Coutts 2009
(c) Jasper Van der Jeugt 2011
License BSD-style
Maintainer [email protected]
Stability experimental
Portability portable
Safe Haskell None
Language Haskell2010

Contents

Description

Warning: this is an internal module, and does not have a stable API or name. Use at your own risk!

Fusible Stream-oriented functions for converting between Text and several common encodings.

Restreaming

restreamUtf16LE :: Stream Char -> Stream Word8 Source

restreamUtf16BE :: Stream Char -> Stream Word8 Source

restreamUtf32LE :: Stream Char -> Stream Word8 Source

restreamUtf32BE :: Stream Char -> Stream Word8 Source

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.8.3/docs/html/libraries/text-1.2.4.0/Data-Text-Internal-Encoding-Fusion-Common.html