- From: Jelks Cabaniss <jelks@jelks.nu>
- Date: Sun, 3 Mar 2002 21:47:41 -0500
- To: <html-tidy@w3.org>
Richard A. O'Keefe wrote:
> Another way to handle the issue, of course, is
> (get HTML page) | tidy ${options} | sed -e
> 's/ /\ /g' where the 'sed' command replaces
> by  . This hack can be used to replace any number of
> different entity references. Perl or Python could also be used.
Or ... replace 160's with nbsp's, which is what you have to do with the
current Sourceforge build outputting XHTML -- regardless of the state of
"numeric-entities"! :)
That should be fixed soon, though.
/Jelks
Received on Sunday, 3 March 2002 21:48:43 UTC