On Thursday, September 19, 2002, at 03:05 PM, Gilles Detillieux wrote:
> Now, from a developer perspective, I guess we need to decide whether > we make this change permanently to the source, and force it for all > systems (which I imagine may break things on other systems), or do we > come up with a configure test for this? It's pretty easy to write a configure test for something like this. Basically if you had some test code, you could compile and check the output. The code would need to consider if some words with 8-bit characters pass through parsing, say with LC_CTYPE If not, call return(1); If someone's willing to write the testcode, I'll be happy to configurify(?) it. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

