Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 26 – 47 of 47) sorted by path

12

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt197 * bugfix: G:25 ID3v2 LINK utf8_encode not defined
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php860 return utf8_encode($string);
/plugin/jukebox/id3/
H A Dgetid3.lib.php700 return utf8_encode($string);
H A Dmodule.tag.id3v2.php1461 …$ThisFileInfo['id3v2']['comments'][$parsedFrame['framenameshort']][] = utf8_encode($parsedFrame['u…
/plugin/mellelexport/
H A Dmellelconvert.php44 $row = /*trim*/(utf8_encode($row));
/plugin/pagequery/
H A DPageQuery.php269 $value = utf8_encode(strftime($opt['dformat'], $value));
/plugin/pureldap/classes/
H A DClient.php105 $user = utf8_encode($user);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A Dsyntax.php109 $resp = utf8_encode($resp); // we just assume it to be latin1
/plugin/sqlcomp/
H A Dsyntax.php124 $renderer->doc .= utf8_encode($this->_query($data));
/plugin/sqlraw/
H A Dsyntax.php310 if(!utf8_check($opt['content'])) $opt['content'] = utf8_encode($opt['content']);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php171 if(!utf8_check($query)) $query = utf8_encode($query); // assume latin1 if not utf8
/plugin/userimportextended/
H A Dadmin.php196 $csv = utf8_encode($csv);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php439 $path = utf8_encode($path);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php454 $property['value'] = utf8_encode($property['value']);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php47 $newStr = utf8_encode($str);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/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);

12