Melvyn Sopacua <[EMAIL PROTECTED]> wrote:
> At 18:48 20-10-2002, Mike Robinson wrote:
>
>>Michael Mauch wrote:
>>
>> > I doubt that the C library does anything useful with
>> > non-ASCII characters while you are in a "C" or "POSIX"
>> > locale, so expat or PHP can't do much to correct that.
>> >
>
Michael Mauch wrote:
> I doubt that the C library does anything useful with
> non-ASCII characters while you are in a "C" or "POSIX"
> locale, so expat or PHP can't do much to correct that.
>
> So is your locale something other than "C" or "POSIX"?
> "en_US.ISO-8859-1" for example?
Yup, that
Michael Mauch wrote:
[snip]
> >> > "en_US.ISO-8859-1" for example?
> >>
> >>Yup, thats what its set to.
>
> Hmm. Strange. What does
>
> php -r 'echo strtoupper("äöü"),"\n";'
>
> yield on your system? And what system is it, btw?
It outputs äöü. Stock RedHat-8.0 box, kernel-2.4.18 glibc-2.2.
I've not been following this thread, but wanted to point out that
there is now mb_convert_case() available in the mbstring extension.
It is locale independent and you can specify the charset of the
string whose case you want to convert.
proto string mb_convert_case(string sourcestring, int mode [,
At 18:48 20-10-2002, Mike Robinson wrote:
Michael Mauch wrote:
> I doubt that the C library does anything useful with
> non-ASCII characters while you are in a "C" or "POSIX"
> locale, so expat or PHP can't do much to correct that.
>
> So is your locale something other than "C" or "POSIX"?
> "en
On Sun, 20 Oct 2002, Michael Mauch wrote:
> >> > non-ASCII characters while you are in a "C" or "POSIX"
> >> > locale, so expat or PHP can't do much to correct that.
> >> >
> >> > So is your locale something other than "C" or "POSIX"?
> >> > "en_US.ISO-8859-1" for example?
> >>
> >>Yup, thats wh
On Mon, 21 Oct 2002, Melvyn Sopacua wrote:
> > >>
> > >>Yup, thats what its set to.
> >
> > Hmm. Strange. What does
> >
> > php -r 'echo strtoupper("äöü"),"\n";'
> >
> > yield on your system? And what system is it, btw?
>
> hmm, then my implementation was wrong. If I set $LC_CTYPE correctly
Mike Robinson <[EMAIL PROTECTED]> wrote:
> Michael Mauch writes:
>
>> Are your locale settings ok?
>
> Yeah, they're fine, for my locale.
>
> But I'm not in Germany, though I'm told the beer there
> is awesome. :)
Yes, I'm told so, too ;-)
I doubt that the C library does anything useful with no
Michael Mauch writes:
> Are your locale settings ok?
Yeah, they're fine, for my locale.
But I'm not in Germany, though I'm told the beer there
is awesome. :)
Mike
> % locale
> LANG=de_DE.ISO-8859-15
> LC_CTYPE=de_DE
> LC_NUMERIC="de_DE.ISO-8859-15"
> LC_TIME="de_DE.ISO-8859-15"
> LC_COLLATE
Mike Robinson <[EMAIL PROTECTED]> wrote:
> Sorry, that test _is_ in 4.2.3, and it failed there as well
> with the same problem, it just didn't output anything during
> make test.
Are your locale settings ok?
% locale
LANG=de_DE.ISO-8859-15
LC_CTYPE=de_DE
LC_NUMERIC="de_DE.ISO-8859-15"
LC_TIME="d
nnes'; 'PHP Developers Mailing List'
> Cc: 'Derick Rethans'
> Subject: RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP
> 4.3.0pre1 (fwd)
>
>
> I don't think that's it, since it's [supposed to be] on be
> default. Setting the option in
I don't think that's it, since it's [supposed to be] on be default.
Setting the option in the test changes nothing anyways. The test is new
since 4.2.3, so i couldn't go back and see when it started failing.
(Its interesting to note that in 4.2.3 though, _all_ my xml tests
failed).
Unfortunately,
Saturday, October 19, 2002, 7:35:05 PM, Derick Rethans wrote:
> On Sat, 19 Oct 2002, Mike Robinson wrote:
>> Yes I can reproduce this in 4.3.0pre1 and in CVS from
>> yesterday. Exact same output in ext/xml/tests/007.log as below
>> in both cases.
> Do you also know _why_ it fails and how we can
On Sat, 19 Oct 2002, Mike Robinson wrote:
> Yes I can reproduce this in 4.3.0pre1 and in CVS from
> yesterday. Exact same output in ext/xml/tests/007.log as below
> in both cases.
Do you also know _why_ it fails and how we can fix either the test or
the code?
Derick
--
--
Mailing List
> Subject: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)
>
>
> Hello,
>
> somehow the test below fails for some people, but I couldn't
> reproduce
> it. Anybody else?
>
> Derick
>
>
> FAIL xml_parse_into_struct/umlauts in
Hello,
somehow the test below fails for some people, but I couldn't reproduce
it. Anybody else?
Derick
FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt]
EXPECTED OUTPUT
string(3) "ÄÖÜ"
array(1) {
["ÜÄß"]=>
string(3) "Üäß"
}
string(3) "ÄÖÜ"
array(1) {
[0]=>
array
16 matches
Mail list logo