Created
March 27, 2017 06:45
-
-
Save rixtox/e97a78d7a38c5b338aceaf0481a21b69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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