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
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: 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

Pull Requests

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: Sat Dec 21 15:01:29 2024 UTC