base-4.14.3.0: Basic libraries
Copyright(c) The University of Glasgow 2009
Licensesee libraries/base/LICENSE
Maintainerlibraries@haskell.org
Stabilityinternal
Portabilitynon-portable
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.IO.Encoding.Latin1

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

Synopsis

Documentation

ascii :: TextEncoding Source #

Since: base-4.9.0.0

mkAscii :: CodingFailureMode -> TextEncoding Source #

Since: base-4.9.0.0