summaryrefslogtreecommitdiffstats
path: root/util
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
commit5714de6fdc9c1dcabf7ad7e62ff2761ad7c637f5 (patch)
tree5dfac5c8be4cfb2e9db8141580a6c20e4f276bb3 /util
parent0f4830df0406fc4de9d1885e0b70318111946837 (diff)
translate.google: fix encoding
Diffstat (limited to 'util')
-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" \\