Fix translate-shell subprocess output encoding

This commit is contained in:
Kristóf Tóth 2019-04-06 11:38:31 +02:00
parent b816c3b811
commit bd2e08e8f3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func (tj transJob) Translate() []string {
func (tj transJob) execTrans() ([]byte, error) {
config := []string{
"-no-ansi",
"-show-original", "n",
"-show-original-phonetics", "n",
"-show-dictionary", "n",