Encode and decode strings according to the ISO/IEC 8859-1 encoding.
toString : Bytes -> Maybe String
Decode a string according to the ISO/IEC 8859-1 encoding. Returns Nothing
if any of the characters are unsupported.
fromString : String -> Maybe Bytes
Encode a string according to the ISO/IEC 8859-1 encoding. Returns Nothing
if any of the characters are unsupported.