[ 
https://issues.apache.org/jira/browse/LANG-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547185#comment-13547185
 ] 

Sebb commented on LANG-866:
---------------------------

The title refers to escapeHTML(), but the description is for escapeJava() - 
which is it?
                
> 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 output: 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

Reply via email to