Contains utility classes to decode various encoded values.
Classes
Class | Description |
---|---|
EncodingFinder | Utility class used by OpenPop for mapping from a characterSet to an Encoding. The functionality of the class can be altered by adding mappings using AddMapping and by adding a FallbackDecoder. Given a characterSet, it will try to find the Encoding as follows:
|
Delegates
Delegate | Description |
---|---|
EncodingFinder.FallbackDecoderDelegate | Delegate that is used when the EncodingFinder is unable to find an encoding by using the EncodingMap or general code. This is used as a last resort and can be used for setting a default encoding or for finding an encoding on runtime for some characterSet. |