char-decode

Convert legacy byte encodings to and from Unicode

https://github.com/nbloomf/char-decode#readme

Latest on Hackage:0.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Nathan Bloomfield
Maintained by [email protected]

Provides simple functions Word8 -> Char and Char -> Either Char Word8 for converting from legacy character encodings to Unicode and back.