a unicode question?

zdwang at xinces.com zdwang at xinces.com
Sun Apr 9 21:03:54 EDT 2006


Hello,
   There is a unicode string, I want to change it to ansi string. but
it raise an exception.
   Could you help me?

##  I want to change s1 to s2.

   s1 = u'\xd6\xd0\xb9\xfa\xca\xaf\xbb\xaf(600028) '
   
   s2 = '\xd6\xd0\xb9\xfa\xca\xaf\xbb\xaf(600028) '




More information about the Python-list mailing list