Re: DOMDocument tests failing even with LC_* set
[email protected] (Jason E. Stewart) Fri, 11 Mar 2005 00:04:09 +0530
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"Garrett, Philip (MAN-Corporate)" <[email protected]> writes: >> I'm not sure why you only see a few hundred. It is possible to print >> out what string was expected and why it failed, but when it fails, it >> will print out quite a lot of info... > > I'm only seeing 61 failed tests (numbers 662 through 723). These are the > same ones that apparently setting LC_CTYPE has fixed for others. I kinda > understand UTF8, but I don't know enough about every layer > (Perl,Xerces-P,Xerces-C,Solaris) to know what to troubleshoot in this case. Oh, ok. It's been a while since I looked at this, sorry. Honestly, I don't think it should concern you unless you plan to write documents in Chinese or Czech... The tests check every Unicode character that is supposed to be a legal start of element name character (all 30,000 of them ;-), it was just a brute force test of the Unicode system. Your Xerces should be working fine otherwise. Cheers, jas.