Added comment to clarify
This commit is contained in:
parent
7a124e16ca
commit
1a443709b3
2
wie.php
2
wie.php
@ -53,7 +53,7 @@ else
|
|||||||
// check if article is UTF-8 encoded, in which case regular ucwords won't work
|
// check if article is UTF-8 encoded, in which case regular ucwords won't work
|
||||||
if (mb_check_encoding($article, 'UTF-8'))
|
if (mb_check_encoding($article, 'UTF-8'))
|
||||||
{
|
{
|
||||||
$article = utf8_ucwords($article);
|
$article = utf8_ucwords($article); // uppercase article in UTF-8
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user