witch
Safe HaskellSafe-Inferred
LanguageHaskell2010

Witch.Encoding

Synopsis

Documentation

type Latin1S = ISO_8859_1 ByteString Source #

The ISO_8859_1 encoding for strict ByteStrings.

type Latin1L = ISO_8859_1 ByteString Source #

The ISO_8859_1 encoding for lazy ByteStrings.

type Utf8S = UTF_8 ByteString Source #

The UTF_8 encoding for strict ByteStrings.

type Utf8L = UTF_8 ByteString Source #

The UTF_8 encoding for lazy ByteStrings.

type Utf16LS = UTF_16LE ByteString Source #

The UTF_16LE encoding for strict ByteStrings.

type Utf16LL = UTF_16LE ByteString Source #

The UTF_16LE encoding for lazy ByteStrings.

type Utf16BS = UTF_16BE ByteString Source #

The UTF_16BE encoding for strict ByteStrings.

type Utf16BL = UTF_16BE ByteString Source #

The UTF_16BE encoding for lazy ByteStrings.

type Utf32LS = UTF_32LE ByteString Source #

The UTF_32LE encoding for strict ByteStrings.

type Utf32LL = UTF_32LE ByteString Source #

The UTF_32LE encoding for lazy ByteStrings.

type Utf32BS = UTF_32BE ByteString Source #

The UTF_32BE encoding for strict ByteStrings.

type Utf32BL = UTF_32BE ByteString Source #

The UTF_32BE encoding for lazy ByteStrings.