EncodingScheme.create

EncodingScheme create(string encodingName)

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.

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