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

Re: Encoding of .subversion config files?

From: Jim Blandy <jimb_at_red-bean.com>
Date: 2006-03-08 22:38:16 CET

The question of which encoding to assume for configuration files
shared amongst users isn't unique to subversion --- any program that
has shared config files will run into this.

I believe common practice is to just read shared config files with the
process's current locale's encoding: if people want to share, they
need to use ASCII, or agree on a common encoding.

So I think the Subversion client should use the current locale's
encoding for reading all configuration files.

On the server side, what does Apache do about this? From what people
have said, it doesn't call setlocale, so that means it uses the "C"
locale. I think the best we can do on the server side, then, is to
assume UTF-8.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 8 22:38:40 2006

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.