Pipes.Text.Encoding

Decoding ByteStrings and Encoding Texts

Simple usage

Lens usage

Basic lens operations

type Codec

decode

eof

Decoding lenses

utf8

utf8Pure

utf16LE

utf16BE

utf32LE

utf32BE

Non-lens decoding functions

decodeUtf8

decodeUtf8Pure

decodeUtf16LE

decodeUtf16BE

decodeUtf32LE

decodeUtf32BE

Re-encoding functions

encodeUtf8

encodeUtf16LE

encodeUtf16BE

encodeUtf32LE

encodeUtf32BE

Functions for latin and ascii text

encodeAscii

decodeAscii

encodeIso8859_1

decodeIso8859_1