gmime.filter_windows
Module for [FilterWindows] class
Types 3
classFilterWindows : gmime.filter.Filter
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
FilterWindows self()Returns `this`, for use in `with` statements.FilterWindowsGidBuilder builder()Get builder for [gmime.filter_windows.FilterWindows] Returns: New builder objectbool 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...Fluent builder for [gmime.filter_windows.FilterWindows]
Methods