About

Metadata

  • Last updated , by swamp_agr
  • License BSD-3-Clause
  • Maintained by: daniel@wagner-home.com, Andrey Prokopenko

  • Lottery factor: 2

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    generate-encodings (off by default)

    Generate encodings.

Readme

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.