Skip to content

Instantly share code, notes, and snippets.

@atao
Created December 2, 2016 09:33
Show Gist options
  • Save atao/fa5c065fc3661d8b836386ff71e12c6a to your computer and use it in GitHub Desktop.
Save atao/fa5c065fc3661d8b836386ff71e12c6a to your computer and use it in GitHub Desktop.
Encoding in PowerShell
$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