Module singlebyte

Source
Expand description

Common codec implementation for single-byte encodings.

Modules§

iso_8859_1
Algorithmic mapping for ISO 8859-1.

Structs§

SingleByteDecoder
A decoder for single-byte encodings based on ASCII.
SingleByteEncoder
An encoder for single-byte encodings based on ASCII.
SingleByteEncoding
A common framework for single-byte encodings based on ASCII.