You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2022. It is now read-only.
I use NSIS 3.04 with UltraModernUI 2.0b5 and I encountered this bug:
When I try to install software to unicode path (czech characters) like this: D:\přílišžluťoučkýkůň\Modern UI Test
it gets converted into this: D:\prílišžlutouckýkun\Modern UI Test
NSIS with MUI2 works correctly, so I presume it is bug in UMUI:
Hello,
I use NSIS 3.04 with UltraModernUI 2.0b5 and I encountered this bug:
When I try to install software to unicode path (czech characters) like this: D:\přílišžluťoučkýkůň\Modern UI Test
it gets converted into this:
D:\prílišžlutouckýkun\Modern UI Test
NSIS with MUI2 works correctly, so I presume it is bug in UMUI:

I used oficial example from NSIS documentation: https://nsis.sourceforge.io/Examples/Modern%20UI/MultiLanguage.nsi
Tested on Windows 10.