encoding: A library for various character encodings

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.7.1, 0.6.7.2, 0.7, 0.7.0.1, 0.7.0.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.8.9, 0.8.10, 0.9, 0.9, 0.10
Change log CHANGELOG
Dependencies array (>=0.4 && <0.6), base (>=4 && <5), binary (>=0.7 && <0.10), bytestring (>=0.9 && <0.13), containers (>=0.4 && <0.8), extensible-exceptions (>=0.1 && <0.2), ghc-prim (>=0.3 && <0.12), mtl (>=2.0 && <2.4), regex-compat (>=0.71 && <0.96) [details]
License BSD-3-Clause
Author Henning Günther
Maintainer daniel@wagner-home.com, Andrey Prokopenko
Category Codec
Home page https://github.com/dmwit/encoding
Bug tracker https://github.com/dmwit/encoding/issues
Source repo head: git clone http://github.com/dmwit/encoding
Uploaded by swamp_agr at 2025-02-10T20:30:35Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
generate-encodings

Generate encodings.

Disabled
Automatic Flags
NameDescriptionDefault
systemencoding

Provide the getSystemEncoding action to query the locale.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for encoding-0.9

[back to package description]

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.