how convert "\\xd6\\xd0\\xb9\\xfa" into "\xd6\xd0\xb9\xfa"

ygao ygao2004 at gmail.com
Fri Apr 7 09:45:34 EDT 2006


in python
dd = "\\xd6\\xd0\\xb9\\xfa"
d =  "\xd6\xd0\xb9\xfa"
but how to convert  one  to other ?
thanks.




More information about the Python-list mailing list