I have a string which might have already been escaped. I want to unescape it and get the string in UTF-8.
I am thinking of applying all the unescape functions from Apache commons lang StringEscapeUtils
My question is will it have any effect in the order in which the unescape functions will be applied and also can I apply all the unescape functions without it affecting the final output?