html.entities

Undocumented in source.

Members

Functions

codeLength
auto codeLength(uint indexValue)
Undocumented in source. Be warned that the author may not have intended to support it.
codeOffset
auto codeOffset(uint indexValue)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeCodePoint
auto decodeCodePoint(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntityUTF8
auto getEntityUTF8(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
getNamedEntityUTF8
auto getNamedEntityUTF8(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EntityIndexDef
enum EntityIndexDef;
Undocumented in source.
MaxEntityNameLength
enum MaxEntityNameLength;
Undocumented in source.
MaxLegacyEntityNameLength
enum MaxLegacyEntityNameLength;
Undocumented in source.
MinEntityNameLength
enum MinEntityNameLength;
Undocumented in source.

Static variables

bytes_
ubyte[4298] bytes_;
Undocumented in source.
index_
uint[const(char)[]] index_;
Undocumented in source.

Meta