I have some output stored in a string that looks like..
[color=blue][color=green]
>> x[/color][/color]
'\x01\xee\x1eo\ xc3+\x8b\x83\xf ad\xf6E\xaa\x0e a/I\x96\x83\xf5G\ xa3\rQ\xfcH\xee \r'
According to, http://docs.python.org/lib/typesseq-strings.html, this is
"Unsigned Hexidecimal (lowercase)". How can I get this into normal
Ascii so that I can read it?
thanks.
[color=blue][color=green]
>> x[/color][/color]
'\x01\xee\x1eo\ xc3+\x8b\x83\xf ad\xf6E\xaa\x0e a/I\x96\x83\xf5G\ xa3\rQ\xfcH\xee \r'
According to, http://docs.python.org/lib/typesseq-strings.html, this is
"Unsigned Hexidecimal (lowercase)". How can I get this into normal
Ascii so that I can read it?
thanks.
Comment