Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Safe Haskell | Safe-Inferred |
Interface for Data.Char.UTF8 funtions
- decodeUtf8 :: String -> (String, [String])
- decodeUtf8EmbedErrors :: String -> [Either String Char]
- decodeUtf8IgnoreErrors :: String -> String