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 |
UTF-16 Codecs for the IO library
Portions Copyright : (c) Tom Harper 2008-2009, (c) Bryan O'Sullivan 2009, (c) Duncan Coutts 2009
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
© 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