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, thats what its set to. > Perhaps ext/xml/tests/007.phpt could check whether it is able > to successfully use strtoupper() on $xmldata - and if not, > just skip that test? I have no problem with this test failing. It actually provides useful information. I'm not one to second-guess the intentions of the author of this test ('sniper' I think). Thanks for the crash course on LOCALE. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php