Html Escape for Java.
Html Escape class with source code, for escaping text on the fly, from Java.The Html Escape tool for Java, escapes all characters, known to cause problems in html pages.
The escaped result is compatible with pages encoded in ISO-8859-X and UTF-8.
< > & " and every character with a code above 127 is escaped.
The Html Escape function is fast and easy to use.
Download Java source code and examples.
Html Escape for Javascript.
Html escape function for javascript, for escaping text within a html page, for situations where pre-escaping can't be done. The functionality is the same as the Html Escape class for Java, except written in javascript.The Html Escape function is fast and easy to use.
Download Javascript source code and examples.
