Data.Encoding.ISO88591
Description
Implements ISO/IEC 8859-1 alias latin-1 encoding. See http://en.wikipedia.org/wiki/ISO/IEC_8859-1 for further information.
data ISO88591 Source #
Constructors
Defined in Data.Encoding.ISO88591
Methods
showsPrec :: Int -> ISO88591 -> ShowS #
show :: ISO88591 -> String #
showList :: [ISO88591] -> ShowS #
decodeChar :: ByteSource m => ISO88591 -> m Char Source #
encodeChar :: ByteSink m => ISO88591 -> Char -> m () Source #
decode :: ByteSource m => ISO88591 -> m String Source #
encode :: ByteSink m => ISO88591 -> String -> m () Source #
encodeable :: ISO88591 -> Char -> Bool Source #
(==) :: ISO88591 -> ISO88591 -> Bool #
(/=) :: ISO88591 -> ISO88591 -> Bool #