Skip to content

Default Encoding in Powershell, UTF 8 Example

nexssp edited this page Jan 25, 2020 · 1 revision

Add to the begining of the script:

[Console]::OutputEncoding = [Text.UTF8Encoding]::UTF8
Clone this wiki locally