Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt ([email protected]) |
Text.XML.HXT.DOM.UTF8Decoding
Description
Interface for Data.Char.UTF8 funtions
- decodeUtf8 :: String -> (String, [String])
- decodeUtf8EmbedErrors :: String -> [Either String Char]
- decodeUtf8IgnoreErrors :: String -> String
Documentation
decodeUtf8 :: String -> (String, [String])Source
calls Data.Char.UTF8.decode
for parsing and decoding UTF-8