summaryrefslogtreecommitdiffstats
path: root/util/bin/translate.google
diff options
context:
space:
mode:
authortv <tv@also>2011-07-31 04:16:20 +0200
committertv <tv@also>2011-07-31 04:16:20 +0200
commitd42b585a1e8dfaf8184021a4664bbbe2b3fc10a9 (patch)
tree97ceb1d04757ee68163fe1a20841f8baa6371c48 /util/bin/translate.google
parent2519edbf48cc1a32eee6a6232c71fdb169954fa8 (diff)
translate.google: fix encoding
Diffstat (limited to 'util/bin/translate.google')
-rwxr-xr-xutil/bin/translate.google2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/bin/translate.google b/util/bin/translate.google
index 943675f4..1a1be6b6 100755
--- a/util/bin/translate.google
+++ b/util/bin/translate.google
@@ -33,6 +33,8 @@ done
-d "hl=\${hl-en}" \\
-d "layout=\${layout-2}" \\
-d "eotf=\${eotf-1}" \\
+ -d "ie=UTF-8" \\
+ -d "oe=UTF-8" \\
-d "sl=\${sl-auto}" \\
-d "tl=\${tl-en}" \\
-d "text=\$text" \\