replacing entity refs with numeric character refs [was: wf fixes]

Also, it's sort of a pain to deal with — and
ñ i.e. things that rely on the DTD.

I use tidy to look them up like this:

$ echo " —" | tidy -n -q
...
—

$ echo " ñ" | tidy -n -q
...
ñ

I did the search-and-replace in my local copy (so that I can
check the spec with python modules that use expat in its default
mode) but I won't check those in without your explicit OK.


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Friday, 19 August 2005 14:27:22 UTC