]> granicus.if.org Git - php/commitdiff
use german characters for a test with german locale
authorMarcus Boerger <helly@php.net>
Thu, 24 Oct 2002 00:49:38 +0000 (00:49 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 24 Oct 2002 00:49:38 +0000 (00:49 +0000)
ext/standard/tests/strings/strtoupper.phpt

index 1b50221cdf9fc413b81ffc39ed76db001cbda929..9d430573064f7d82febe9102ccb811cd744aacd3 100644 (file)
@@ -8,7 +8,7 @@ if (!setlocale(LC_CTYPE, "de_DE", "de", "german", "ge")) {
 ?>
 --FILE--
 <?php
-$chars = "àëï";
+$chars = "äöü";
 // Not sure which is most portable. BSD's answer to
 // this one. A small array based on PHP_OS should
 // cover a majority of systems and makes the problem
@@ -17,4 +17,4 @@ setlocale(LC_CTYPE, "de_DE", "de", "german", "ge");
 echo strtoupper($chars)."\n";
 ?>
 --EXPECT--
-ÀËÏ
+ÄÖÜ