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

Re: $Id$ and charset

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-10-15 00:17:32 CEST

On Sat, 15 Oct 2005, Pierre THIERRY wrote:

> I just added $Id$ keyword to some of my files in a repo, but yf the
> filename contains characters outside US-ASCII, they will be escaped,
> thus rendering the name unreadable...
>
If you by "escaped" mena URI-encoded (%hh notation), that's fixed for
1.3.0. But that means the name is printed in UTF8 instead, which is good
if the file is in UTF8. We could expand the name in the encoding of the
user's locale, whihc works if all users use the same encoding for files.
As you say, the real solution is to know the file's encoding, which would
be nice IMO.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 15 00:20:52 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.