htmlEntityMaxLegacyLength top-level constant
int
const htmlEntityMaxLegacyLength
Longest legacy entity (without trailing semicolon) in htmlNamedEntities.
Entities like ÷ (7 chars) are the longest non-terminated forms.
Used to limit the fallback search for semicolon-less entities.
Implementation
const int htmlEntityMaxLegacyLength = 7;