Created
December 2, 2016 09:33
-
-
Save atao/fa5c065fc3661d8b836386ff71e12c6a to your computer and use it in GitHub Desktop.
Encoding in PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$OutputEncoding = [System.Text.Encoding]::UTF8 | |
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment