TTMSFNCUtils.UnFixMarkup Method
Decodes HTML markup entities to characters.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function UnFixMarkup(su:string; SpecialChars: boolean = true; SpecialCharsOnly: Boolean = False): string;
Parameters
| Name | Description |
|---|---|
su |
Markup text to decode. |
SpecialChars |
When True, decodes the extended special-character table. |
SpecialCharsOnly |
When True, leaves the core XML entities untouched. |
Returns
Decoded text.