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