vcr created LANG-866:
------------------------
Summary: StringEscapeUtils.escapeHTML() does not escape ~ ` @ # $
% ^ & * ( ) _ - + = | ; : . , ? } { ] [
Key: LANG-866
URL: https://issues.apache.org/jira/browse/LANG-866
Project: Commons Lang
Issue Type: Bug
Components: lang.*
Environment: java
Reporter: vcr
Fix For: 2.4
i am trying to encoding the charecter's (~ ` @ # $ % ^ & * ( ) _ - + = | ; : .
, ? } { ] [ ) but when i execute the below its giving the same out put rather
ascii values.
String str = "~ ` @ # $ % ^ & * ( ) _ - + = | ; : . , ? } { ] [ ";
str = StringEscapeUtils.escapeJava(str);
Expected out: should encode the charecters to ascii values.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira