Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 1 – 25 of 47) sorted by relevance

12

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } function
H A DREADME.md15 - [`utf8_encode`](https://php.net/utf8_encode)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php152 $data = base64_encode(utf8_encode($json));
167 $data = base64_encode(utf8_encode($json));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DStringUtil.php48 $newStr = utf8_encode($str);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php47 $newStr = utf8_encode($str);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php37 return utf8_encode($html);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php50 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/xfortune/
H A Dhelper.php159 if(!utf8_check($text)) return utf8_encode($text);
/plugin/mellelexport/
H A Dmellelconvert.php44 $row = /*trim*/(utf8_encode($row));
/plugin/docsearch/
H A Dcron.php95 $text = utf8_encode($text);
/plugin/directorylist/syntax/
H A Ddirectorylist.php239 $link .= utf8_encode($file->getFilename());
/plugin/achart/
H A Dsyntax.php137 if(!utf8_check($file)) $file = utf8_encode($file);
/plugin/scrape/
H A Dsyntax.php109 $resp = utf8_encode($resp); // we just assume it to be latin1
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;

12