bytestring-encoding: ByteString ↔ Text converter based on GHC.IO.Encoding

[ bsd3, data, library, text ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, text (<1.3) [details]
License BSD-3-Clause
Copyright 2018 Masahiro Sakai
Author Masahiro Sakai
Maintainer masahiro.sakai@gmail.com
Revised Revision 1 made by Bodigrim at 2022-01-22T20:20:18Z
Category Data, Text
Home page https://github.com/msakai/bytestring-encoding#readme
Bug tracker https://github.com/msakai/bytestring-encoding/issues
Source repo head: git clone https://github.com/msakai/bytestring-encoding
Uploaded by MasahiroSakai at 2018-09-02T15:39:48Z
Distributions Arch:0.1.2.0, NixOS:0.1.2.0
Reverse Dependencies 5 direct, 42 indirect [details]
Downloads 5995 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-09-02 [all 1 reports]

Readme for bytestring-encoding-0.1.0.0

[back to package description]

bytestring-encoding: ByteString ↔ Text converter based on GHC.IO.Encoding

Build Status (Travis CI) Build status (AppVeyor) Coverage Status

These library provides converter between ByteString and Text based on GHC.IO.Encoding. Compared to the text-icu package, it has only limited feature and platform dependent, but it is light-weight and consistent with conversion by System.IO.

Limitations and Known issues