There is a static .NET method that you can use to HTML-encode text, for example if you want the text to display correctly in HTML output:
PS> [System.Web.HttpUtility]::HtmlEncode('Österreich heißt so.') Österreich heißt so.
There is a static .NET method that you can use to HTML-encode text, for example if you want the text to display correctly in HTML output:
PS> [System.Web.HttpUtility]::HtmlEncode('Österreich heißt so.') Österreich heißt so.