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 |
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
mkLatin1 :: CodingFailureMode -> TextEncoding Source
Since: 4.4.0.0
latin1_checked :: TextEncoding Source
mkLatin1_checked :: CodingFailureMode -> TextEncoding Source
Since: 4.4.0.0
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
© 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