open_toontown_panda3d/direct/src/leveleditor/sitecustomize.py

6 lines
141 B
Python
Executable File

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