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

[ bsd3, library, text ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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:36:01Z
Distributions NixOS:0.0.1
Downloads 756 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-08 [all 1 reports]

Readme for char-decode-0.0.1

[back to package description]

char-decode

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