| Copyright | (c) The University of Glasgow 2009 |
|---|---|
| License | see libraries/base/LICENSE |
| Maintainer | [email protected] |
| Stability | internal |
| Portability | non-portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
UTF-32 Codecs for the IO library
Portions Copyright : (c) Tom Harper 2008-2009, (c) Bryan O'Sullivan 2009, (c) Duncan Coutts 2009
mkUTF32 :: CodingFailureMode -> TextEncoding Source
Since: base-4.4.0.0
utf32_decode :: IORef (Maybe DecodeBuffer#) -> DecodeBuffer# Source
utf32_encode :: IORef Bool -> EncodeBuffer# Source
utf32be :: TextEncoding Source
mkUTF32be :: CodingFailureMode -> TextEncoding Source
Since: base-4.4.0.0
utf32be_decode :: DecodeBuffer# Source
utf32be_encode :: EncodeBuffer# Source
utf32le :: TextEncoding Source
mkUTF32le :: CodingFailureMode -> TextEncoding Source
Since: base-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/9.12.1/docs/libraries/base-4.21.0.0-8e62/GHC-IO-Encoding-UTF32.html