@hackage encoding0.8.10
A library for various character encodings
Installation
CustomDependencies (9)
- 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 Show all…
Dependents (19)
@hackage/email, @hackage/usb-id-database, @hackage/typed-encoding-encoding, @hackage/pdf-toolbox-content, @hackage/httpspec, @hackage/kicad-data, Show all…
Package Flags
systemencoding
(on by default)
Provide the getSystemEncoding action to query the locale.
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.