Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class ISO2022 e where Source #
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 #