GHC.IO.Encoding.UTF32

GHC.IO.Encoding.UTF32

Copyright (c) The University of Glasgow, 2009
License see libraries/base/LICENSE
Maintainer libraries@haskell.org
Stability internal
Portability non-portable
Safe Haskell Trustworthy
Language Haskell2010

Description

UTF-32 Codecs for the IO library

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

utf32 :: TextEncoding Source

mkUTF32 :: CodingFailureMode -> TextEncoding Source

Since: 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: 4.4.0.0

utf32be_decode :: DecodeBuffer Source

utf32be_encode :: EncodeBuffer Source

utf32le :: TextEncoding Source

mkUTF32le :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

utf32le_decode :: DecodeBuffer Source

utf32le_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-UTF32.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部