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.
auto scheme = EncodingScheme.create("Amiga-1251");
See Implementation
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.