Home
last modified time | relevance | path

Searched refs:isUtf8 (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DString.php35 protected static function isUtf8($string) function in PHPUnit_Util_String
/plugin/xfortune/
Dhelper.php166 if (!Clean::isUtf8($text)) return utf8_encode($text);
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
DUstring.php926 ->boolean(LUT::isUtf8($Σ))
932 ->boolean(LUT::isUtf8($Σ))
934 ->boolean(LUT::isUtf8($uΣ))
/plugin/csv/
Dhelper.php142 if (!Clean::isUtf8($content)) $content = utf8_encode($content);
/plugin/findologicxmlexport/vendor/hoa/ustring/
DREADME.md137 Some static methods are helpful, such as `fromCode`, `toCode` or `isUtf8` on
144 Hoa\Ustring\Ustring::isUtf8('Ʃ') // bool(true)
DUstring.php1028 public static function isUtf8($string) function in Hoa\\Ustring\\Ustring
/plugin/pureldap/classes/
H A DClient.php104 } elseif (!Clean::isUtf8($user)) {