@hackage bytestring-encoding0.1.2.0

ByteString ↔ Text converter based on GHC.IO.Encoding

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