gmime.filter_windows

Module for [FilterWindows] class

Types 3

A filter for detecting whether or not a text stream claimed to be iso-8859-X is really that charset or if it is really a Windows-CP125x charset.

Methods
GType _gType() @property
FilterWindows self()Returns `this`, for use in `with` statements.
FilterWindowsGidBuilder builder()Get builder for [gmime.filter_windows.FilterWindows] Returns: New builder object
bool isWindowsCharset()Determines whether or not a Windows-CP125# charset has been detected so far. Returns: true if the filtered stream has been detected to contain Windows-CP125# characters or false otherwise.
string realCharset()Figures out the real charset that the text is encoded in based on whether or not Windows-CP125# characters were found. Returns: a const string pointer to the claimed charset if filtered text stream...
Constructors
this(void * ptr, Flag!"Take" take)
this(string claimedCharset)Creates a new GMimeFilterWindows filter. When a stream of text has been filtered, it can be determined whether or not said text stream was in claimed_charset or the equivalent Windows-CP125# charset.

Fluent builder for [gmime.filter_windows.FilterWindows]