Skip to content

Instantly share code, notes, and snippets.

@Haruki
Created March 29, 2017 13:58
Show Gist options
  • Save Haruki/8ba4272f9336e97a2314f6cb1f5a3344 to your computer and use it in GitHub Desktop.
Save Haruki/8ba4272f9336e97a2314f6cb1f5a3344 to your computer and use it in GitHub Desktop.
Convert File to UTF8 on Windows with PowerShell
Get-Content .\test.txt | Set-Content -Encoding utf8 test-utf8.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment