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

RE: Using strange chars in filenames = XML parse error

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2003-10-13 15:59:38 CEST

I think part of the problem is how non-ASCII characters are getting mapped
to URLs. In this case, the german U-Umlaut is mapped to a single-byte escape
(%81), although it should first be UTF-8 encoded and only hex-escaped
afterwards... (that's the only interoperable way to represent non-ASCII
characters in WebDAV URLs).

Julian

--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 16:01:43 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.