ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.87k stars 817 forks source link

Add support for Unicode #254

Closed YutaRedux closed 1 year ago

YutaRedux commented 1 year ago

Attempting to use non-ASCII characters in a design (such as Cyrillic text) threw an UnicodeDecodeError. I fixed this problem.

ParthJadhav commented 1 year ago

Thanks @YutaRedux, Nice fix ✨