|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-26 11:10 UTC] viniciuscb at yahoo dot com
The function strtoupper() does not make the conversion to upper for the "portuguese language" characters such as: ? to ? , ? to ? , ? to ? , ? to ? , ? to ? , ? to ? , ? to ? , ? to ? , ? to ? , ? to ? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
I just tried this script with PHP 4.0.6: <? echo strtoupper("??????????"); ?> And it worked as it should..could you please try to upgrade? And if it still doesn't work, reopen this bug report. Otherwise considered fixed. --Jani