Julian Foad wrote: > Branko Čibej wrote: > >>> Incorporated the above suggestion and committed in r887178. >>> >> Wait, you committed a script that does URL quoting on XML contents? Did >> you look at the output? >> > > I didn't look at any real output, only a hand-crafted test string. Did > you? Why do you ask? >
So we're somehow getting a backspace (^H, chr(8)) in the test output (how??) and it gets converted to %8. That's not very helpful. I'm going to replace them with the unicode characters in the Control Pictures block, that's U+2400 to U+241F. Should be quite a bit frientlier to the eyes, and not quite so ambiguous. -- Brane