php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42304 strtoupper('č') doesn't work
Submitted: 2007-08-15 08:18 UTC Modified: 2007-08-15 08:20 UTC
From: gustavs dot cirulis at cervon dot net Assigned:
Status: Not a bug Package: *Unicode Issues
PHP Version: 5.2.4RC1 OS: Mac OS X 10.4.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gustavs dot cirulis at cervon dot net
New email:
PHP Version: OS:

 

 [2007-08-15 08:18 UTC] 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 "Č".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-15 08:20 UTC] jani@php.net
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


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC