Last active
August 29, 2015 14:00
-
-
Save brohee/11229267 to your computer and use it in GitHub Desktop.
Getting UTF-8 to display properly in a Windows console
This file contains hidden or 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
| To display UTF-8 properly in Windows PowerShell ISE (PowerShell 3), downloadable at | |
| http://www.microsoft.com/en-us/download/details.aspx?id=40855 | |
| Type the following command at the prompt : | |
| [System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment