Skip to content

Instantly share code, notes, and snippets.

@jhlee8804
Created August 2, 2017 16:15
Show Gist options
  • Save jhlee8804/8b110ef2ecd85655306b5db7e6790409 to your computer and use it in GitHub Desktop.
Save jhlee8804/8b110ef2ecd85655306b5db7e6790409 to your computer and use it in GitHub Desktop.
Default configurations
# powershell 출력 인코딩을 ASCII -> 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