Edit report at https://bugs.php.net/bug.php?id=53930&edit=1

 ID:               53930
 Updated by:       [email protected]
 Reported by:      leonmbj at hotmail dot com
 Summary:          strtoupper not work for ã á õ and other
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Strings related
 Operating System: Ubuntu 10.10
 PHP Version:      Irrelevant

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2011-02-04 21:12:03] [email protected]

Since we have no idea what you changed between November and now, this report 
isn't 
super helpful.  Did you change PHP versions?  Did you change anything in your 
serving environment?  The main thing that would cause this is if you changed 
your 
LOCALE setting.

------------------------------------------------------------------------
[2011-02-04 20:59:27] leonmbj at hotmail dot com

Description:
------------
Before nov/2010

if I did 

strtoupper('aãaâ');

I would have

'AÃAÂ'

now if I do the same I have

'AãAâ'

Test script:
---------------
$x = strtoupper('aãaâ');
echo $x;

Expected result:
----------------
run as before, in nov/2010 or earlier



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=53930&edit=1

Reply via email to