W3cubDocs

/Haskell 7

GHC.IO.Encoding.Latin1

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

Single-byte encodings that map directly to Unicode code points.

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

latin1 :: TextEncoding Source

mkLatin1 :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

latin1_checked :: TextEncoding Source

mkLatin1_checked :: CodingFailureMode -> TextEncoding Source

Since: 4.4.0.0

ascii :: TextEncoding Source

Since: 4.8.2.0

mkAscii :: CodingFailureMode -> TextEncoding Source

Since: 4.8.2.0

latin1_decode :: DecodeBuffer Source

ascii_decode :: DecodeBuffer Source

latin1_encode :: EncodeBuffer Source

latin1_checked_encode :: EncodeBuffer Source

ascii_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-Latin1.html