Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php771 $sourceCharset = "";
776 $sourceCharset = strtoupper($this->dom->_charset);
779 …if (is_object($debugObject)) {$debugObject->debugLog(3, "source charset: " . $sourceCharset . " ta…
781 …if (!empty($sourceCharset) && !empty($targetCharset) && (strcasecmp($sourceCharset, $targetCharset…
790 $converted_text = iconv($sourceCharset, $targetCharset, $text);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1059 $sourceCharset = '';
1063 $sourceCharset = strtoupper($this->dom->_charset);
1070 . $sourceCharset
1076 if (!empty($sourceCharset)
1078 && (strcasecmp($sourceCharset, $targetCharset) != 0)) {
1084 $converted_text = iconv($sourceCharset, $targetCharset, $text);
/plugin/scrape/
H A DphpQuery-onefile.php