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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: viniciuscb at yahoo dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 20 05:01:27 2024 UTC