Python encoding - Nothing works
- by Luiz Fernando
I've been looking the answers here in this web site, but nothing have worked so far. The problem is:
In the database, strings are saved like that one: at √s = 7 TeV with.
And the reason is that the "escape" JavaScript function was used.
I was not able to "unescape" these strings in Python yet. I tried to use "eval", "decode", "re.sub" and others, but without success. So please, which function can I use to get it right?