htmlEntityMaxLegacyLength top-level constant

int const htmlEntityMaxLegacyLength

Longest legacy entity (without trailing semicolon) in htmlNamedEntities.

Entities like &divide (7 chars) are the longest non-terminated forms. Used to limit the fallback search for semicolon-less entities.

Implementation

const int htmlEntityMaxLegacyLength = 7;