Skip to content

Instantly share code, notes, and snippets.

@brohee
Last active August 29, 2015 14:00
Show Gist options
  • Save brohee/11229267 to your computer and use it in GitHub Desktop.
Save brohee/11229267 to your computer and use it in GitHub Desktop.
Getting UTF-8 to display properly in a Windows console
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