Searched refs:utf8_encode (Results 1 – 25 of 47) sorted by relevance
12
41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } function
15 - [`utf8_encode`](https://php.net/utf8_encode)
152 $data = base64_encode(utf8_encode($json));167 $data = base64_encode(utf8_encode($json));
39 return utf8_encode( htmlspecialchars( $value ) ) ;
46 $newStr = utf8_encode($str);
47 $newStr = utf8_encode($str);
48 $newStr = utf8_encode($str);
35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
84 return utf8_encode($input);
37 return utf8_encode($html);
256 if (strlen(utf8_encode($titles2))>140){ //check the title length if longer than 150257 $titles2 = substr(utf8_encode($titles2),0,140);
50 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
166 if (!Clean::isUtf8($text)) return utf8_encode($text);
95 $text = utf8_encode($text);
44 $row = /*trim*/(utf8_encode($row));
239 $link .= utf8_encode($file->getFilename());
137 if(!utf8_check($file)) $file = utf8_encode($file);
109 $resp = utf8_encode($resp); // we just assume it to be latin1
78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;