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

Re: german umlauts / WinXP / possible bug?

From: makl <makl_at_tigris.org>
Date: 2004-03-30 15:21:20 CEST

M wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
> I ran into trouble with folder names containing german umlauts. Where am
> I going wrong trying
>
> D:\Temp\svn>svnadmin create umlaut
> D:\Temp\svn>svn mkdir file:///d:/temp/svn/umlaut/folder_with_ü
> D:\Temp\svn>svn mkdir file:///d:/temp/svn/umlaut/folder_with_%DC
>
> Any ideas appreciated.

Subversion expect UTF-8 encoded URLs. If you use
svn mkdir file:///d:/temp/svn/umlaut/folder_with_%C3%BC it work as
expected.

The bug is that nobody checks if the URL is UTF-8 encoded.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 15:19:27 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.