Home
last modified time | relevance | path

Searched refs:toUtf16be (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A Dutf8.php255 dbg_deprecated(Conversion::class . '::toUtf16be()');
256 return Conversion::toUtf16be($str, $bom);
/dokuwiki/inc/Utf8/
H A DConversion.php131 public static function toUtf16be($str, $bom = false)
134 public static function toUtf16be($str, $bom = false) global() function in dokuwiki\\Utf8\\Conversion