Home
last modified time | relevance | path

Searched refs:SCRIPT_ENCODING (Results 1 – 1 of 1) sorted by relevance

/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php23 var $SCRIPT_ENCODING = "windows-1251"; variable in JsHttpRequest
124 $this->SCRIPT_ENCODING = strtolower(!empty($p[1])? $p[1] : $enc);
258 $encoding = $this->SCRIPT_ENCODING;
268 … array_walk_recursive($result, array(&$this, '_toUtf8_callback'), $this->SCRIPT_ENCODING);
349 $c = @iconv('UCS-2BE', $this->SCRIPT_ENCODING, pack('n', $dec));
351 $c = $this->_decUcs2Decode($dec, $this->SCRIPT_ENCODING);