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

Re: Asking for documentation

From: Philipp Marek <philipp_at_marek.priv.at>
Date: 2007-11-04 10:17:15 CET

On Saturday 03 November 2007 David Glasser wrote:
> On 11/3/07, Philipp Marek <philipp@marek.priv.at> wrote:
> > Index: subversion/include/svn_ra.h
> > ===================================================================
> > --- subversion/include/svn_ra.h (Revision 27580)
> > +++ subversion/include/svn_ra.h (Arbeitskopie)
> > @@ -40,6 +40,10 @@ extern "C" {
> >
> >
> > /* Misc. declarations */
> >
> > +/* All (char*) are encoded as UTF-8; all URL values are URI-encoded, ie.
> > + * a '%' is represented as "%25". */
>
> Is this true even of property names? (It's definitely not true for
> prop values, but those are in svn_string_t's.)
That's what I asked originally :-)

I'd think that property values are defined as binary data - so you'd better
send UTF-8 in, or know exactly what you're storing.

Has anyone tried using an UTF-8 username locally and for authentication,
and/or sending it as author?

Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 4 10:17:32 2007

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.