php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23870 strtoupper does not work with greek
Submitted: 2003-05-29 05:06 UTC Modified: 2003-05-29 06:55 UTC
From: dcon at eurobjects dot com Assigned:
Status: Not a bug Package: Strings related
PHP Version: 4.3.2RC4 OS: Linux Redhat 8
Private report: No CVE-ID: None
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 3 = ?
Subscribe to this entry?

 
 [2003-05-29 05:06 UTC] dcon at eurobjects dot com
$test = "??????"; //You must have greek font to see this
                  //right
print strtoupper( $test ); // prints "??????" instead
                           // of "??????"

Works fine with php 4.3.1 although.
No problem with english.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-29 06:55 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Set the correct local first (www.php.net/setlocale).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 17:01:27 2025 UTC