html-entities - Factor Documentation (original) (raw)

html-entities
HTML entities

Next: with-html-entities ( quot -- )

Vocabulary
xml.entities.html

Word description
A hash table from HTML entity names to their character values.

See also
entities, with-html-entities

Variable value
Current value in global namespace:

H{ { "xi" "ξ" } { "or" "∨" } { "Rho" "Ρ" } { "euro" "€" } { ...

Definition

IN: xml.entities.html

SYMBOL: html-entities inline