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

Re: [RFC] Canonical Paths

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-09-01 17:19:42 CEST

I think I am -1 on fiddling with our UTF-8 decoder to support path
hacks. It's a layering violation. (And, as an aside, our UTF-8 decoder
should reject denormalized multibyte sequences if it doesn't already;
otherwise we probably have some nasty bugs. So, using 0xc0 0xXX would
be relying on a bug in our decoder, and would thus be Not a Clever
Hack.)

And I am -0 on adding any kind of complexity to support '/' or NUL in
path components. MacOS 9 is on the way out, and most Windows programs
seem to support '/' as a path separator, so pretty much no one can
safely use '/' in path components (and NUL is right out).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 1 17:20:16 2002

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.