[PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-29 Thread Melvyn Sopacua
msopacuaTue Oct 29 12:43:08 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: Add locale for BSDi # Allthough these characters are used in germany, that doesn't mean, that # they're not part of the latin-1 character se

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:49:38 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: use german characters for a test with german locale Index: php4/ext/standard/tests/strings/strtoupper.phpt diff -u php4/ext/standard/tests/strings/st

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Ilia A.
On October 23, 2002 08:17 pm, Marcus Börger wrote: > Nice test and additional skip logic but i think we should use > characters available in germany like our umlauts. > I suspect the test fails for me because my locale does not > recognize the three characters used which are non german > characters

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Marcus Börger
Nice test and additional skip logic but i think we should use characters available in germany like our umlauts. I suspect the test fails for me because my locale does not recognize the three characters used which are non german characters anyway... marcus At 01:04 24.10.2002, Ilia Alshanetsky wro

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Ilia Alshanetsky
iliaa Wed Oct 23 19:04:43 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: Added 'skip logic' to the test on platforms where the locale required by this test is not avaliable. Index: php4/ext/standard/tests/strings/strtoup

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Moriyoshi Koizumi
Thanks. But can it be rewritten to be skipped unless it is applicable ...? Moriyoshi "Ilia A." <[EMAIL PROTECTED]> wrote: > I will have that test working correctly momentarily. As it stands that test > would only work if a locale supporting the used characters is exported. > > Ilia > > On Oc

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Melvyn Sopacua
Typo indeed. At 23:07 23-10-2002, Ilia A. wrote: I will have that test working correctly momentarily. As it stands that test would only work if a locale supporting the used characters is exported. ??? I'd like to see that one. Not sure what you mean now. Ilia On October 23, 2002 05:04 pm,

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Ilia A.
I will have that test working correctly momentarily. As it stands that test would only work if a locale supporting the used characters is exported. Ilia On October 23, 2002 05:04 pm, Moriyoshi Koizumi wrote: > Hi, > > The first letter in $chars appears to be a small "a" with a grave accent > in

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings strtoupper.phpt

2002-10-23 Thread Moriyoshi Koizumi
Hi, The first letter in $chars appears to be a small "a" with a grave accent in my linux box. Is this a typo for a small "a" with a two-dot umlaut sign, or the test is supposed to fail? Moriyoshi "Melvyn Sopacua" <[EMAIL PROTECTED]> wrote: > msopacua Tue Oct 22 15:39:17 2002 EDT