Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-03 12:38:35


I've started to run all my HTML through HTMLTidy as part of my procedure
(the command-line tidy integrates nicely with emacs!), and it's begun to
complain about named references in URIs that contain spaces, e.g.

http://www.boost.org/libs/utility/utility.htm#Class noncopyable

This one is invalid due to the space. HTMLTidy changes the space to %20,
but then my browser can't follow the link to its end. I tried to come up
with a grep expression which would find all instances of this, but my
talent with grep ran out of road.

Anyway, what should we do about this?

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk