Closed damnmso closed 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
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
i have no idea what i did, but somehow its working now
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
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