diff options
author | tv <tv@also> | 2011-07-31 04:16:20 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:16:20 +0200 |
commit | 575fc41fa4079067b9d402470a26771cdabc211b (patch) | |
tree | 86fcec98509bb839e7ce9665e13f11570ce6ba9c /util/bin | |
parent | 75852ebe0d1822aaa41ee19d6c82f1b9c5f9c8b9 (diff) |
translate.google: fix encoding
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/translate.google | 2 |
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" \\ |