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:24Z
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 2021-05-08T01:13:58Z
Distributions Arch:0.1.2.0, NixOS:0.1.2.0
Reverse Dependencies 5 direct, 42 indirect [details]
Downloads 5956 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-08 [all 1 reports]

Readme for bytestring-encoding-0.1.1.0

[back to package description]

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

Build Status (Travis CI) Build status (AppVeyor) Build Status (GitHub Actions) Coverage Status Hackage Hackage Deps License: BSD-3-Clause

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 is platform dependent, but is light-weight and consistent with conversion by System.IO.

Limitations and Known issues