Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,6 @@ def post_qt_init(self):
# Initialie the SG Toolkit style to the application.
self._initialize_dark_look_and_feel()

# unicode characters returned by the shotgun api need to be converted
# to display correctly in all of the app windows
# tell QT to interpret C strings as utf-8
utf8 = QtCore.QTextCodec.codecForName("utf-8")
QtCore.QTextCodec.setCodecForCStrings(utf8)
self.logger.debug("set utf-8 codec for widget text")

# Create the parent dialog for Flow Production Tracking widgets
self.__get_or_create_proxy_window()

Expand Down