Skip to content

Instantly share code, notes, and snippets.

@rixtox
Created March 27, 2017 06:45
Show Gist options
  • Save rixtox/e97a78d7a38c5b338aceaf0481a21b69 to your computer and use it in GitHub Desktop.
Save rixtox/e97a78d7a38c5b338aceaf0481a21b69 to your computer and use it in GitHub Desktop.
[System.IO.File]::WriteAllText('out.ass', [System.IO.File]::ReadAllText('in.ass', [System.Text.Encoding]::GetEncoding('gb2312')), [System.Text.Encoding]::GetEncoding('utf-8'))
List of Encoding values:
[System.Text.Encoding]::GetEncodings()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment