Class Charset.Encoder

Inheritance graph
Charset.Decoder Charset.Encoder
Description

Virtual base class for charset encoders.


Inherit Decoder

inherit Decoder : Decoder

Description

An encoder only differs from a decoder in that it has an extra function.


Variable charset

string Charset.Encoder.charset

Description

Name of the charset - giving this name to encoder returns an instance of the same class as this one.

Note

This is not necessarily the same name that was actually given to encoder to produce this object.