Class Charset.Encoder
- Description
Virtual base class for charset encoders.
Encoders take a stream of Unicode code points and converts them to a string of 8-bit bytes.
- See also
- Inherit
Decoder
inherit Decoder : Decoder
- Description
An encoder only differs from a decoder in that it has an extra function. And in that feed() accepts wide strings and drain() returns only 8-bit strings.