util_expand_numeric_entities

EveAndersson.com : API Browser : util_expand_numeric_entities

util_expand_numeric_entities

util_expand_numeric_entities html
Defined in packages/acs-core/text-html-procs.tcl

Replaces 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
[ show source ]

Show another procedure:

eve@eveandersson.com