Wednesday, 7 August 2013

Converting \x escaped string to UTF-8

Converting \x escaped string to UTF-8

How can convert a string that looks like \xd0\xb6\xd0\xbe\xd0\xbf\xd0\xb0
to something readable with either Perl or Python?

No comments:

Post a Comment