Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
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