php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11701 strtoupper does not works well with ? , ? ...
Submitted: 2001-06-26 11:10 UTC Modified: 2001-06-27 22:23 UTC
From: viniciuscb at yahoo dot com Assigned:
Status: Closed Package: Strings related
PHP Version: 4.0.4 OS: Linux
Private report: No CVE-ID: None
 [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 ?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 22:23 UTC] sniper@php.net
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

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC