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