Description
A Haskell library for working with various character encodings. It helps programs convert text between encodings used by files, protocols, legacy systems, and user input.
Developers use it when UTF-8 is not the only format involved. Encoding conversion should make invalid bytes visible so data is not silently corrupted.