GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 13:57:44 +0000 (21:57 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 13:57:44 +0000 (21:57 +0800)
GoogleTranslate.php

index e0f1254..f5de448 100644 (file)
@@ -39,8 +39,7 @@ class Pman_Core_GoogleTranslate extends Pman
             'q' =>  $_REQUEST['text'],
             'source' => $_REQUEST['src'],
             'target' => $_REQUEST['dest'],
-            'ie' => 'UTF-8',
-            'oe' => 'UTF-8',
+            'format' => 'text',
         );