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

 ID:                 54767
 Comment by:         benjamin dot lasdinat at maryme dot de
 Reported by:        benjamin dot lasdinat at maryme dot de
 Summary:            ucfirst can't öäü
 Status:             Open
 Type:               Bug
 Package:            *General Issues
 Operating System:   Linux
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

same with lcfist


Previous Comments:
------------------------------------------------------------------------
[2011-05-17 10:38:02] benjamin dot lasdinat at maryme dot de

Description:
------------
ucfirst, strtolower and strtoupper can't formate ä,ü or ö

Test script:
---------------
<?php 

echo 'Ä';

echo strtoupper('ä');

echo ucfirst('ä');

echo strtolower('Ä');

?>



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



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

Reply via email to