html-entities - Factor Documentation (original) (raw)
Next: | with-html-entities ( quot -- ) |
---|
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