hxt-8.3.2: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.DOM.UTF8Decoding
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
Interface for Data.Char.UTF8 funtions
Synopsis
decodeUtf8 :: String -> (String, [String])
decodeUtf8EmbedErrors :: String -> [Either String Char]
decodeUtf8IgnoreErrors :: String -> String
Documentation
decodeUtf8 :: String -> (String, [String])
calls Data.Char.UTF8.decode for parsing and decoding UTF-8
decodeUtf8EmbedErrors :: String -> [Either String Char]
decodeUtf8IgnoreErrors :: String -> String
Produced by Haddock version 2.5.0