ID: 42304 Updated by: [EMAIL PROTECTED] Reported By: gustavs dot cirulis at cervon dot net -Status: Open +Status: Bogus Bug Type: *Unicode Issues Operating System: Mac OS X 10.4.10 PHP Version: 5.2.4RC1 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2007-08-15 08:18:42] gustavs dot cirulis at cervon dot net Description: ------------ The function strtoupper('č') doesn't make the "č" letter as a "Č"(uppercase). If you replace the č with c it will create it uppercase. Reproduce code: --------------- echo 'strtoupper(č) => ' . strtoupper('č') . ' != Č'; Expected result: ---------------- I expect for a the letter "č" to be upper case as "Č". ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42304&edit=1