We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d335cb commit 384bd2bCopy full SHA for 384bd2b
direct/src/gui/DirectEntry.py
@@ -7,6 +7,8 @@
7
from DirectFrame import *
8
from OnscreenText import OnscreenText
9
import string,types
10
+# import this to make sure it gets pulled into the publish
11
+import encodings.utf_8
12
13
# DirectEntry States:
14
ENTRY_FOCUS_STATE = PGEntry.SFocus # 0
0 commit comments