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
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: dcon at eurobjects dot com
New email:
PHP Version: OS:

 

 [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-2024 The PHP Group
All rights reserved.
Last updated: Mon Oct 14 09:01:27 2024 UTC