miniBill / elm-iso8859 / Iso8859.Windows1252

Encode and decode strings according the Windows-1252 encoding.

toString : Bytes -> Maybe String

Decode a string according to the Windows-1252 encoding. Returns Nothing if any of the characters are unsupported.

fromString : String -> Maybe Bytes

Encode a string according to the Windows-1252 encoding. Returns Nothing if any of the characters are unsupported.