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

Re: [Issue 1118] Changed - Subversion cannot handle paths containing tabs.

From: <cmpilato_at_collab.net>
Date: 2003-01-28 08:07:29 CET

Peter Davis peter@pdavis.cx writes:

 On Monday 27 January 2003 22:42, issues@subversion.tigris.org wrote:
  + Looking through xml.c, I notice that xml_unescape also doesn't handle
  + numeric character refs at the moment, which will be necessary for this
  + to work. Should I (or you) change that too?
 
 More problems: the escaping functions currently ignores the possibility
 that the input is malformed. It might be some work to make all the
 callers handle the errors, but should:
 
 * xml_escape return error if the input contains unescapable chars (all
 ASCII control chars)

I see no reason why we shouldn't have our encoder doing the best job
it can, but since our parser should scream bloody murder when reading
back this broken data (right?), I'd rather minimized the amount of
processing we suffer just to write out a string.

 * xml_unescape return error if it finds a malformed entity -- a '', a lone
 '', or an entity with an unkown name.

See my other comments about this interface. Now I'm positive that it
should die altogether.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:21:27 2006

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.