BSD-3-Clause licensed by Henning Günther
Maintained by [email protected], Andrey Prokopenko
This version can be pinned in stack with:encoding-0.9@sha256:d43571d21f4578d586ce8c00af47f44b0a7fa59312a802fdd413bc5b4a8445f4,4566

encoding

Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunately, there’s no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.

Contributions

See CONTRIBUTING.md for more details.