We have a script with Arabic characters.
Input:
write-output "Testing Arabic language input"
$x=@"
كاتريونا الرمادي
"@
Write-output $x
Output:
####START#### Testing Arabic language input كاتريونا الرمادي ####END####
This content is not displayed properly.
Any specific way to Encode, so that Arabic characters can be displayed. Issue exists for all non english characters.