FilterCharset.this

Creates a new #GMimeFilterCharset filter.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string fromCharset, string toCharset)
    class FilterCharset
    this
    (,
    string toCharset
    )

Parameters

fromCharset string

charset to convert from

toCharset string

charset to convert to

Return Value

a new charset filter or null if the charset conversion is not possible.