Defined in packages/acs-core/text-html-procs.tclReplaces all occurrences of o and &x0f; type HTML character entities
to their ASCII equivalents. It doesn't try to expand normal entities like lt, gt, amp, etc.
Note that you shouldn't use this in connection with
util_expand_entities
,
because the expansion of & to & will interfere with the other expansions.
- Parameters:
-
html
- Author:
- Lars Pind <lars@pinds.com>
- Created:
- October 17, 2000