diff --git a/wie.php b/wie.php index d7a6b00..234dd83 100755 --- a/wie.php +++ b/wie.php @@ -53,7 +53,7 @@ else // check if article is UTF-8 encoded, in which case regular ucwords won't work if (mb_check_encoding($article, 'UTF-8')) { - $article = utf8_ucwords($article); + $article = utf8_ucwords($article); // uppercase article in UTF-8 } else {