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.

class EncodingScheme
static
create
()

Examples

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

Meta