On 3/8/06, Philip Martin <philip@codematters.co.uk> wrote:
> Philip Martin <philip@codematters.co.uk> writes:
>
> > Do we have or need a policy for the encoding of the config files in
> > .subversion? At present it appears that the global-ignores value
> > needs to be in UTF-8 while the diff-cmd value needs to be in the
> > native encoding.
>
> I've been investigating the existing behaviour a bit more. The first
> thing is that httpd doesn't make a setlocale() call so on my Linux box
> that restricts Subversion to native/UTF-8 conversions that are trivial
> (ASCII only). This doesn't matter for things like paths within the
> Subversion filesystem since they never get converted to native, but a
> few corner cases like repository paths passed to hook scripts are
> affected -- such paths can only be ASCII. The svnserve server does do
> make a setlocale call so it can do native/UTF-8 conversions, i.e. it
> can pass non-ASCII repository names to hook scripts.
httpd doesn't make a setlocale() call anywhere, by design, see issue #2487.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 8 21:20:50 2006