MScholtes / PS2EXE

Module to compile powershell scripts to executables
Other
1.24k stars 199 forks source link

Encoding broken (german umlaute) in GUI components #93

Closed damnmso closed 1 year ago

damnmso commented 1 year ago

I have an application that contains a GUI. When i run the .ps1, all looks ok. But when i run ps2exe and then execute the exe, it looks like this image

I already tried to change all files to utf-8 with bom, and added to my starter ps1: $PSDefaultParameterValues = @{'*:Encoding' = 'utf8'}

Did unfortunately not work, the umlaute are still broken

damnmso commented 1 year ago

i have no idea what i did, but somehow its working now