You are here

public function GoogleMini::setInputEncoding in Google Search Appliance 6.2

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

Set the encoding for data going into the search

Parameters

string $enc:

File

./GoogleMini.php, line 212

Class

GoogleMini

Code

public function setInputEncoding($enc) {
  $this
    ->setQueryPart('ie', $enc);
}