Github user britter commented on a diff in the pull request:

    https://github.com/apache/commons-lang/pull/208#discussion_r88777893
  
    --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java ---
    @@ -413,6 +447,47 @@ public int translate(final CharSequence input, final 
int index, final Writer out
             }
         }
     
    +    public static final CharSequenceTranslator UNESCAPE_XSI = new 
BackslashUnescaper();
    +
    +    /**
    +     * Translator object for unescaping backslash escaped entries.
    +     *
    +     * @since 3.6
    +     */
    +    static class BackslashUnescaper extends CharSequenceTranslator {
    --- End diff --
    
    Why not XsiUnescaper?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to