Special Characters in GUI

Change line

Get-Content -LiteralPath $AppDeployConfigFile 

to

Get-Content -LiteralPath $AppDeployConfigFile -Encoding UTF8

in Main.ps1

This will be fixed in the next release.

3 Likes