Skip to main content
Both the single-document and the multi-document scenarios need this shared function. Create it as described in Create a function.

unescapeHTML

The unescapeHTML function converts HTML codes into Unicode characters, which is what makes error messages display correctly.

Parameters

Return value

String, a string of Unicode characters.

Exceptions

Leave the Exceptions thrown field blank.

Java source