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
5 changes: 0 additions & 5 deletions engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,6 @@ def _poll_for_ui_available_then_setup_shelves():
# 169562 (SG-40163).
hou.refreshStartupPathCacheDirectory(xml_tmp_dir)

# 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")

# Typically we only call this method for engines which don't have a
# well defined styling. Houdini appears to use stylesheets to handle
# its styling which it conflicts with the toolkit strategy of using a
Expand Down