Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php44 function utf8_decode($string) { return p\Php72::utf8_decode($string); } function
H A DREADME.md16 - [`utf8_decode`](https://php.net/utf8_decode)
H A DPhp72.php40 public static function utf8_decode($s) function in Symfony\\Polyfill\\Php72\\Php72
/plugin/rssticker/
H A DlastRSS.php203 if($this->check_utf8(utf8_decode($rss_item))) $rss_item = $rss_item;
204 else if($this->check_utf8($rss_item)) $rss_item = utf8_decode($rss_item);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php146 * @see utf8_decode()
153 return strlen(utf8_decode($string));
/plugin/alphaindex/
H A Dsyntax.php202 $pos = strrpos(utf8_decode($tmpData), ':');
/plugin/quiz/
H A Dclass_quiz.php344 $pos = strrpos(utf8_decode($page), ':');
/plugin/translator/syntax/
H A Dtranslator.php230 $form->addElement(stripslashes(utf8_decode($line['ResourceKey'])));
/plugin/mantis/lib/
H A Dclass.soap_parser.php418 $data = utf8_decode($data);
H A Dnusoap.php6850 $data = utf8_decode($data);
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …data prior to or after using OSBib, do not use PHP's utf8_encode() and utf8_decode() functions. Us…
115 …data prior to or after using OSBib, do not use PHP's utf8_encode() and utf8_decode() functions. Us…
/plugin/jukebox/id3/
H A Dgetid3.lib.php746 return utf8_decode($string);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php705 $asciidata = utf8_decode($rawdata);
932 function utf8_decode($utf8text) { function
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php932 return utf8_decode($string);
/plugin/googlesearch/
H A Dnusoap.php6198 $data = utf8_decode($data);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2189 getid3.functions.php now includes a replacement utf8_decode()
2835 RoughTranslateUnicodeToASCII() now uses utf8_decode() for UTF-8
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php5604 $tx = utf8_decode($tx);