sitecustomize

This commit is contained in:
David Rose 2005-08-25 20:41:08 +00:00
parent ab7cc5fb21
commit bc1a7920dc

View File

@ -0,0 +1,5 @@
# This is required to properly decode the Tk wide-character strings.
import sys
sys.setdefaultencoding('utf8')
print "Encoding set to UTF8"