char-decode: Convert legacy byte encodings to and from Unicode

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]

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


[Skip to Readme]

Properties

Versions 0.0.1, 0.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10.8.2), text (>=1.2.3.1) [details]
License BSD-3-Clause
Copyright 2019 Automattic, Inc.
Author Nathan Bloomfield
Maintainer nathan.bloomfield@automattic.com
Category Text
Home page https://github.com/nbloomf/char-decode#readme
Bug tracker https://github.com/nbloomf/char-decode/issues
Source repo head: git clone https://github.com/githubuser/char-decode
Uploaded by nbloomf at 2019-01-08T03:35:20Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for char-decode-0.0.1

[back to package description]

char-decode

Utilities for converting between UTF-8 and legacy byte encodings.