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

Re: issues 1015,1025 post-1.0

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-02-05 22:07:07 CET

On Tue, 2003-02-04 at 18:25, Karl Fogel wrote:
> None of which needs to affect issue #1025, of course. We need to
> escape those property values for XML whether they're binary or not.
> We might as well escape them as though they're binary, so that we
> don't have to worry about that RA layer when we're figuring out what
> to do about property policy from a user perspective.

XML cannot pass binary data, only UTF-8 text data. So you cannot escape
binary data to pass it through HTML; you must encode it (using base64 or
whatever).

(You may have been using "escape" loosely; not sure.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 22:08:03 2003

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.