decode package:conduit-extra
Convert bytes into text, using the provided codec. If the codec is not
capable of decoding an input byte sequence, an exception will be
thrown.
Since 0.3.0
Decode a stream of binary data as UTF8.
Decode a stream of binary data as UTF8, replacing any invalid bytes
with the Unicode replacement character.