CharsetConverter.this

Creates a new #GCharsetConverter.

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

Parameters

toCharset string

destination charset

fromCharset string

source charset

Return Value

a new #GCharsetConverter or null on error.

Throws