The Mudcat Café TM
Thread #112488   Message #3180889
Posted By: Artful Codger
03-Jul-11 - 05:25 PM
Thread Name: Tech: HtmlEsc.java: Convert special chars
Subject: RE: Tech: HtmlEsc.java: Convert special chars
2011 July 3: New JAR version.

JAR updated to remove conversion of ASCII double quotes and single quotes (the "apos" character reference is non-standard).

The only change is in the first entry line of the charMapData definition, which should now read (after indentation):
"&", "&amp;", "<", "&lt;", ">", "&gt;",