Problem with national characters

david.tolpin at gmail.com david.tolpin at gmail.com
Thu Mar 31 16:53:43 EST 2005


> Is there a way around this problem?

put

import sys
sys.setdefaultencoding('UTF-8')

into sitecustomize.py in the top level of your PYTHONPATH .




More information about the Python-list mailing list