bytestring-encoding alternatives and similar packages
Based on the "bytestring" category.
Alternatively, view bytestring-encoding alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of bytestring-encoding or a related project?
README
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.Encoding
API. see https://ghc.haskell.org/trac/ghc/ticket/15553 for details.
*Note that all licence references and agreements mentioned in the bytestring-encoding README section above
are relevant to that project's source code only.