mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
sitecustomize
This commit is contained in:
parent
ab7cc5fb21
commit
bc1a7920dc
5
direct/src/leveleditor/sitecustomize.py
Executable file
5
direct/src/leveleditor/sitecustomize.py
Executable 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"
|
Loading…
x
Reference in New Issue
Block a user