Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Conv
Documentation
class ConvertUtf8 a b where Source #
Minimal complete definition
Methods
encodeUtf8 :: a -> b Source #
decodeUtf8 :: b -> a Source #
decodeUtf8Strict :: b -> Either UnicodeException a Source #