-
In order to match HTML specifications the values are automatically escaped according to PHP internal functions htmlentities and htmlspecialchars.
-
html_reverse allows you to reverse htmlentities (un_htmlentities), sample: ã = ã and un_accent, sample: ã = a.

