Infinidat / infi.systray

Windows system tray icon
BSD 3-Clause "New" or "Revised" License
215 stars 40 forks source link

problem with utf8 chars (arabic/persian) #15

Open ttrasn opened 5 years ago

ttrasn commented 5 years ago

When adding string in arabic or persian (and maybe other utf8 languages) systray cant show title. and title is empty !

python 3.7.1 infi.systray 0.1.11

nzinfo commented 5 years ago

Change InsertMenuItemA -> InsertMenuItemW Change c_char_p -> c_wchar_p in MENUITEMINFO