poiuyqwert / PyMS

Broodwar Modding Suite
47 stars 18 forks source link

Fix unicode font name #138

Open poiuyqwert opened 1 year ago

poiuyqwert commented 1 year ago

Edit PyMS/PyMS/Utilities/UIKit/Font.py, go to line 82 (this one: https://github.com/poiuyqwert/PyMS/blob/master/PyMS/Utilities/UIKit/Font.py#L82) and add .encode('utf-8') to the end so it becomes return self.cget('family').encode('utf-8')