@hackage bytestring-encoding0.1.0.0
ByteString ↔ Text converter based on GHC.IO.Encoding
Categories
License
BSD-3-Clause
Maintainer
masahiro.sakai@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.7 && <5
- bytestring
- text <1.3 Show all…
Dependents (5)
@hackage/toysolver, @hackage/MIP, @hackage/acme-everything, @hackage/MIP-glpk, @hackage/ghcide
bytestring-encoding: ByteString ↔ Text converter based on GHC.IO.Encoding
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
- There are some cases that conversion can produce incomplete results due to the problem of
GHC.IO.EncodingAPI. see https://ghc.haskell.org/trac/ghc/ticket/15553 for details.