alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
838 stars 102 forks source link

Unicode problem in Pygubu-Designer 0.39+ #251

Closed Thosch42 closed 6 months ago

Thosch42 commented 6 months ago

Unicode characters are not displayed correct.

To Reproduce Place a label with text=('µ') on an ui and generate the code. In the gerated file, the charcter 'µ' is displayed as '�'. Edit: To be precise: I use the label from customtkinter.

Expected behavior In versions prior to 0.39, the unicode behavior was as expected.

Your Environment (please complete the following information):