hxt-unicode-9.0.2.4: Unicode en-/decoding functions for utf8, iso-latin-* and other encodings

Safe HaskellSafe
LanguageHaskell98

Data.String.UTF8

Documentation

decode :: [Word8] -> ([Char], [(Error, Int)]) Source #

data Error Source #

Instances

Eq Error Source # 

Methods

(==) :: Error -> Error -> Bool #

(/=) :: Error -> Error -> Bool #

Show Error Source # 

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #