Deprecated

In favour of

text-stream-decode

Streaming decoding functions for UTF encodings. (deprecated)

http://github.com/fpco/text-stream-decode

Latest on Hackage:0.1.0.5@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Michael Snoyman
Maintained by [email protected]

The text package provides high performance functions for decoding strict and lazy ByteStrings into Text. However, these functions present two issues for streaming data libraries: they throw exceptions from pure code, and are not designed for incremental consumption. This library addresses both issues with a unified API for UTF-8, -16LE, -16BE, -32LE, and -32BE. It is intended for use by high level streaming data libraries, such as conduit, enumerator, iteratee, and pipes.