| Safe Haskell | None |
|---|
Encoding
- encode :: String -> IO ByteString
- decode :: ByteString -> IO String
Documentation
encode :: String -> IO ByteString
Encode a Unicode String into a ByteString suitable for the current
console.
decode :: ByteString -> IO String
Convert a ByteString from the console's encoding into a Unicode String.