None of the answers I've come across seem to make sense, or at the least, I can't find out how to search for this issue.
I have a unicode string like this one:
It\xe2\x80\x99s up to you. ¢ € £ ¥ [
As you can see, it contains a mix of \x style unicode escaped characters, but it is already encoded into unicode. How do I turn it all into proper unicode characters (turning the \x characters into their native form).
Telling me what the \x format is called might help!