@hackage / bytestring-encoding

ByteString ↔ Text converter based on GHC.IO.Encoding

Latest0.1.2.0

About

Metadata

  • Last updated , by MasahiroSakai
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: masahiro.sakai@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.4
  3. 9.4.8
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2
  11. 8.0.2
  12. 7.10.3

Readme

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