Registers a subclass of EncodingScheme.
This function allows user-defined subclasses of EncodingScheme to be declared in other modules.
The subclass of EncodingScheme to register.
class Amiga1251 : EncodingScheme { shared static this() { EncodingScheme.register!Amiga1251; } }
See Implementation
Registers a subclass of EncodingScheme.
This function allows user-defined subclasses of EncodingScheme to be declared in other modules.