Class Charset.Encoder
- Description
Virtual base class for charset encoders.
- 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.
- Inherit Decoder
inherit Decoder : Decoder
- Description
An encoder only differs from a decoder in that it has an extra function.