php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20702 strtoupper
Submitted: 2002-11-28 12:45 UTC Modified: 2003-01-06 01:00 UTC
From: xcrap at paranoias dot org Assigned:
Status: No Feedback Package: Feature/Change Request
PHP Version: 4.2.2 OS: Windows XP
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: xcrap at paranoias dot org
New email:
PHP Version: OS:

 

 [2002-11-28 12:45 UTC] xcrap at paranoias dot org
It's not a bug.. it's more than a feature i guess.. the strtoupper don't convert characters like ???.. etc.

I don't know if it's because of the character system i'm using in php.ini

;default_charset = "iso-8859-1"

But.. anyway.. it's just a suggestion :)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-28 16:36 UTC] michael dot mauch at gmx dot de
Is your locale correctly set?
<http://www.php.net/manual/en/function.setlocale.php>

Try setlocale(LC_ALL,'Portuguese')  or something like that
(I don't know what your locale is, look it up in the manual of your OS).
 [2003-01-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 14:01:29 2024 UTC