EncodingSchemeKOI8R

EncodingScheme to handle KOI8-R.

Members

Functions

names
string[] names()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ConversionInjection!KOI8RChar
Undocumented in source.

Mixed In Members

From mixin ConversionInjection!KOI8RChar

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

Inherited Members

From AsciiBasedEncoding

conversionTableToUTF32
dchar[ubyte] conversionTableToUTF32;
Undocumented in source.
conversionTableFromUTF32
ubyte[dchar] conversionTableFromUTF32;
Undocumented in source.
canEncode
bool canEncode(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
encodedLength
size_t encodedLength(dchar c)
Undocumented in source.
encode
size_t encode(dchar c, ubyte[] buffer)
Undocumented in source.
decode
dchar decode(const(ubyte)[] s)
Undocumented in source.
safeDecode
dchar safeDecode(const(ubyte)[] s)
Undocumented in source.
replacementSequence
immutable(ubyte)[] replacementSequence [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
canDecode
bool canDecode(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
specTable
dstring specTable;
Undocumented in source.

Meta