vty-5.0.0: A simple terminal UI library
Codec.Binary.UTF8.Debug
Synopsis
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