encoding

A library for various character encodings

http://code.haskell.org/encoding/

Version on this page:0.8.9
LTS Haskell 23.3:0.8.10
Stackage Nightly 2025-01-06:0.8.10
Latest on Hackage:0.8.10

See all snapshots encoding appears in

BSD-3-Clause licensed by Henning Günther
Maintained by [email protected]
This version can be pinned in stack with:encoding-0.8.9@sha256:9a6c6d16f8d92e2fc379427a47831488aba03bb6f50d6fce3cf204775b41acd6,5362

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.