vty-5.0.0: A simple terminal UI library

Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Binary.UTF8.Debug

Synopsis

Documentation

utf8FromIso :: [Int] -> [Word8] Source

Converts an array of ISO-10646 characters (Char type) to an array of Word8 bytes that is the corresponding UTF8 byte sequence

ppUtf8 :: [Int] -> IO () Source