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

Re: [svn] Recode problem

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2005-05-09 04:00:29 CEST

On 2005-05-08 12:22:48 -0400, Greg Hudson wrote:
> Uh, okay. I read a filename from a directory. Where can I find out
> its character set?

The GNOME convention says that all filenames are encoded with UTF-8.
So one always knows the character set. :)

If you disagree with this convention, Subversion could store some
information in the .svn directories about the charset used for the
filenames, so that there would be no problems when two users with
different locales (or one user using different locales or applications
with different conventions) would access the same working copy.

Also, I wonder how Subversion currently behaves when the repository
contains filenames with characters that cannot be represented with
ISO-8859-1 and the user has a locale based on ISO-8859-1. Choosing
an encoding different from the locales can solve this problem. The
user may not want or may not even be able to change his locales.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 9 04:01:15 2005

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.