Hi,
Using Powershell to grab an HTML file and throw it in an email as the body.
Everything (images, etc.) work fine except Asian characters. They show up as question marks.
Trying this:
$body = Get-Content -Path $bodyPath -Raw -Encoding Unicode
If I open the HTML file directly, the characters show up fine.
Any suggestions would be appreciated.
Thanks!
