Re: Unicode is confusing me
I'm the OP, and answering my own question. I received excellent advice from the developer of Ulipad, Limodou. On 2/10/07, Dick Moores <[EMAIL PROTECTED]> wrote: > > a = [u'\u91cd', u'\u8981', u'\u6027'] > for x in range(3): > print a[x] > =
Unicode is confusing me
As per p. 188 of Python for Dummies, I've created a sitecustomize.py in my site-packages directory: # sitecustomize.py (see p.188 of Python for Dummies) import sys sys.setdefaultencoding('utf-8') === With that in place, at the interactive