ID: 23870 Updated by: [EMAIL PROTECTED] Reported By: dcon at eurobjects dot com -Status: Open +Status: Bogus Bug Type: Strings related Operating System: Linux Redhat 8 PHP Version: 4.3.2RC4 New Comment:
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). Previous Comments: ------------------------------------------------------------------------ [2003-05-29 05:06:28] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23870&edit=1