Needed Encoding parameter added to support UTF8 character. ``` function processSimplePson($scope, $scopeName, $path) { $settings = Invoke-Expression (Get-Content $path -Raw -Encoding UTF8) New-DeploymentVariable $scope $scopeName $settings } ```