ID: 24359 Updated by: [EMAIL PROTECTED] Reported By: daniel at adsdigita dot com dot br -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: Windows / Linux PHP Version: 4.3.3RC1
Previous Comments: ------------------------------------------------------------------------ [2003-06-27 10:05:31] [EMAIL PROTECTED] Works fine here: [EMAIL PROTECTED] derick]$ php <?php echo strtolower("É"); ?> é Did you select the correct locale with setlocale() ? ------------------------------------------------------------------------ [2003-06-27 09:54:37] daniel at adsdigita dot com dot br Description: ------------ So, I leave in Brazil and in our language we have de caracter "É" (means IS in English), the matter of fact is: strtolower couldn't work in this caracter ("É") to change it in "é" Reproduce code: --------------- //Example: echo strtolower("É"); Expected result: ---------------- é Actual result: -------------- É ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24359&edit=1