GHC.IO.Encoding.UTF16

Copyright (c) The University of Glasgow, 2009
License see libraries/base/LICENSE
Maintainer [email protected]
Stability internal
Portability non-portable
Safe Haskell Trustworthy
Language Haskell2010

Description

UTF-16 Codecs for the IO library

Portions Copyright : (c) Tom Harper 2008-2009, (c) Bryan O'Sullivan 2009, (c) Duncan Coutts 2009

utf16 :: TextEncoding Source

mkUTF16 :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

utf16_decode :: IORef (Maybe DecodeBuffer) -> DecodeBuffer Source

utf16_encode :: IORef Bool -> EncodeBuffer Source

utf16be :: TextEncoding Source

mkUTF16be :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

utf16be_decode :: DecodeBuffer Source

utf16be_encode :: EncodeBuffer Source

utf16le :: TextEncoding Source

mkUTF16le :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

utf16le_decode :: DecodeBuffer Source

utf16le_encode :: EncodeBuffer Source

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/base-4.8.2.0/GHC-IO-Encoding-UTF16.html