hxt-8.2.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Data.Char.UTF8
Documentation
encode :: [Char] -> [Word8]Source
decode :: [Word8] -> ([Char], [(Error, Int)])Source
decodeEmbedErrors :: [Word8] -> [Either (Error, Int) Char]Source
encodeOne :: Char -> [Word8]Source
decodeOne :: [Word8] -> (Either Error Char, Int, [Word8])Source
data Error Source
show/hide Instances
Produced by Haddock version 2.4.2