Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Encoding.ISO2022
Documentation
class ISO2022 e where Source #
Minimal complete definition
Methods
readEscape :: ByteSource m => e -> m (Maybe DynEncoding) Source #
encodingForChar :: e -> Char -> Maybe (DynEncoding, [Word8]) Source #
decodeCharISO2022 :: (ISO2022 e, ByteSource m) => e -> m Char Source #
decodeISO2022 :: (ISO2022 e, ByteSource m) => e -> m String Source #