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

Re: svn checkout - special characters in file name are not encoding properly

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Wed, 11 Aug 2010 17:05:32 +0200

On 2010-08-11 16:49:46 +0200, Michael Pruemm wrote:
> But don't forget that different platforms may use different UTF-8
> encodings for the same filename. Mac OS X encodes accented
> characters in filenames in a different way than Linux.

Yes, but that's another problem, for which I think that the only
solution would be that Subversion use filenames only with ASCII
characters (e.g. with transliteration). This has drawbacks, though.

Note also that Linux allows NFD, which means that if such a file
is created, trying to reuse the filename with a copy-paste fails!
Anyway this is not a Subversion-related problem (except if
Subversion doesn't convert NFD to NFC for files committed from
Mac OS X).

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Received on 2010-08-11 17:06:10 CEST

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.