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

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

Modules

[Index] [Quick Jump]

Downloads

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.8 && <5), bytestring (>=0.10.6.0 && <0.12), text (>=1.2.2.2 && <2.1) [details]
License BSD-3-Clause
Copyright 2018 Masahiro Sakai
Author Masahiro Sakai
Maintainer masahiro.sakai@gmail.com
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 2022-01-28T03:57:34Z
Distributions Arch:0.1.2.0, NixOS:0.1.2.0
Reverse Dependencies 5 direct, 41 indirect [details]
Downloads 5816 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-01-28 [all 1 reports]

Readme for bytestring-encoding-0.1.2.0

[back to package description]

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

Build Status 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