| Author |
Why is strtolower not working for some special characters?
|
chanveil Kiji
Greenhorn
Joined: Dec 30, 2010
Posts: 15
|
|
Why is strtolower not working for some special characters as I have tested example one character: �.
It will not lower this ch. to �
Is this bug within PHP coded syntax?
|
 |
Unnar Björnsson
Ranch Hand
Joined: Apr 30, 2005
Posts: 164
|
|
|
use mb_strtolower(str, encoding) instead
|
 |
 |
|
|
subject: Why is strtolower not working for some special characters?
|
|
|