The HTMLDECODE function
recognizes the following character entity references:
Character Entity Reference
|
|
|
|
|
|
|
|
|
|
|
|
Unrecognized entities
(&<name>;) are left unmodified in the output string.
The HTMLDECODE function
recognizes numeric entity references that are of the form
&#nnn;
where nnn specifies a decimal number that contains
one or more digits.
&#Xnnn;
where nnn specifies a hexadecimal number that contains
one or more digits.
Note: Numeric character references
that cannot be represented in the current SAS session encoding will
not be decoded. The reference will be copied unchanged to the output
string.