You are here

public function GoogleMini::setOutputEncoding in Google Search Appliance 6.2

Same name and namespace in other branches
  1. 5 GoogleMini.php \GoogleMini::setOutputEncoding()

Set the encoding for data coming out of the search

Parameters

string $enc:

File

./GoogleMini.php, line 203

Class

GoogleMini

Code

public function setOutputEncoding($enc) {
  $this
    ->setQueryPart('oe', $enc);
}