0

Cyrillic fonts issue

Hello,

We still have the issue with the Cyrillic fonts in SGTK showing not correctly. (Please, see attach for details)

The good thing is that еру script, provided by Manne a long time ago still perfectly works to fix it:

from PySide import QtCore
# tell QT to interpret C strings as utf-8
utf8 = QtCore.QTextCodec.codecForName("utf-8")
QtCore.QTextCodec.setCodecForCStrings(utf8)

Now, Could we please, have this fix on the core level of SGTK?

This issue is a real blocker for us, as we have 99% of our text typed with Cyrillic font.

Thank you in advance.




Menubar_and_Shotgun__Pick_a_Work_Area_and_Shotgun__Shotgun_File_Manager_and_Shotgun__Your_Current_Work_Area.png
Menubar_and_Shotgun__Pick_a_Work_Area_and_Shotgun__Shotgun_File_Manager_and_Autodesk_Maya_2014__untitled_.png

2 comments

  • 0
    Avatar
    Permanently deleted user

    Hey!

    We did actually issue a patch release of the maya engine recently with this fix included. What version of the engine are you currently on? If you are not on the latest ( https://support.shotgunsoftware.com/entries/95441978 ), try updating and hopefully that should take care of it!

    Thanks!
    Manne

  • 0
    Avatar
    Alexey Borzykh

    Yep, all works fine now after update. Thanks, a lot, Manne!

Please sign in to leave a comment.