On Sun, 2009-04-26 at 13:40 +0100, Chris Young wrote: > On 26 Apr 2009 13:22:42 +0100, Chris Young wrote: > > > > The page I was testing along with the output is at > > > http://homepage.ntlworld.com/cdyoung/tmp/googlerutests.zip > > > > I've just realised I was accidentally running old versions, with the > > correct versions the results aren't much different though. I've > > updated the above file. > > Given that it is failing on non-ASCII text, I had a look at lpu. > Recompiled *WITHOUT* -DWITH_ICONV_FILTER and the tests now pass.
In which case, either the iconv filter in libparserutils is doing something odd that doesn't work with the iconv() implementation you're using, or the iconv() implementation itself is broken in some way. It's almost impossible to tell with the information available, I'm afraid. Does the csdetect test still fail? That's certainly odd, but likely unrelated (as, unless I've forgotten how that works, iconv() isn't involved) J.
