timdp opened a new pull request, #589:
URL: https://github.com/apache/commons-text/pull/589

   Currently, `StringEscapeUtils` unescapes ECMAScript using the Java strategy.
   
   This mostly works, but ECMAScript additionally supports `\xCC` escapes, 
where `CC` is a hex code.
   
   This PR adds support for that, as well as an initial test.
   
   I took the liberty of making the child translators of the Java aggregate 
translator reusable, so I could basically extend the list for the ES version. 
If we prefer to duplicate that code or to use a varargs list or something, I'm 
absolutely fine with that as well.
   
   I just subscribed to the dev list and requested access to Jira. I will 
update the PR title once I've created the corresponding issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to