Description
A Haskell library for converting between ByteString and Text using GHC.IO.Encoding. It helps programs decode and encode text bytes according to selected character encodings.
Developers use it when handling files, streams, or external data that may not already be Unicode Text. Encoding errors should be visible so invalid input does not become silent data loss.