Skip to content

Instantly share code, notes, and snippets.

@chenxiex
Last active May 31, 2024 10:00
Show Gist options
  • Select an option

  • Save chenxiex/bc13e6687d84e469ee31a5ea6efd7576 to your computer and use it in GitHub Desktop.

Select an option

Save chenxiex/bc13e6687d84e469ee31a5ea6efd7576 to your computer and use it in GitHub Desktop.
Set UTF-8 as default encoding in PowerShell 7+
# write to $PROFILE to persist
$OutputEncoding = [Console]::InputEncoding = [Console]::OutputEncoding = New-Object System.Text.UTF8Encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment