Add ability to do only basic escape & unescape to StringEscapeUtils
--------------------------------------------------------------------
Key: LANG-612
URL: https://issues.apache.org/jira/browse/LANG-612
Project: Commons Lang
Issue Type: Improvement
Components: lang.*
Affects Versions: 2.4
Reporter: Keegan Witt
Priority: Minor
I thought it'd be nice to have another method to do only the basic escapes
(double-quote, ampersand, less-than, and greater-than) so one can
escape/unescape xml or html while leaving the unicode escapes (or lack thereof)
intact. This could also be done as a boolean passed to the existing xml and
html methods that would indicate whether or not the unicode should also be
escaped/unescaped.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.