View source code Display the source code in std/encoding.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

std.encoding.encoding_scheme.create - multiple declarations

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Function EncodingScheme.create

Obtains a subclass of EncodingScheme which is capable of encoding and decoding the named encoding scheme.

This function is only aware of EncodingSchemes which have been registered with the register() function.

Prototype

static EncodingScheme create(
  string encodingName
);

Examples

auto scheme = EncodingScheme.create("Amiga-1251");

Authors

Janice Caron

License

Boost License 1.0.

Comments