search->setCharset('UTF-8')->getExpandedQuery($q); } catch (XSException $e) { } } // output json header("Content-Type: application/json; charset=utf-8"); echo json_encode($terms); exit(0);