ConversionInjection

Template for use by all descendants of AsciiBasedEncoding. This template forms conversion tables for current encoding and UTF-32.

Members

Static variables

conversionTableFromUTF32
CodeUnitType[dchar] conversionTableFromUTF32;
Undocumented in source.
conversionTableToUTF32
dchar[CodeUnitType] conversionTableToUTF32;
Undocumented in source.
table
dstring table;
Undocumented in source.

Meta