[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Handle special characters in Junit report

From: Branko Čibej <brane_at_xbc.nu>
Date: Fri, 04 Dec 2009 16:41:13 +0100

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
Received on 2009-12-04 16:41:50 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.