web::htmlify
?-options? text
Options: -numeric.
Returns HTML-compliant text with HTML encoded entities in mnemonic form (e.g. ä) or in numeric form (e.g. ä) if the option -numeric is specified. Multibyte characters are encoded as &#<numeric>;.
web::dehtmlify
text
Removes all HTML-tags from text and translates all HTML entities to their corresponding characters (also handles encoded multibyte characters encoded with &#<numeric>;).