diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 1bc4db298..9d8bfa923 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -174,14 +174,6 @@ function mkgetdir($dir, $flags=MKGETDIR_DEFAULT) return true; } -/* Returns true if the string appears to be encoded in UTF-8. (from wordpress) - * @param string Str - */ -function seems_utf8($Str) { - // OBSOLETE !!! - return qualify_utf8($Str) >= 0; -} - /* returns 0 if $str is Ascii, 1 if utf-8, -1 otherwise */ function qualify_utf8($Str) { |