Re: svn commit: r1654810 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py
From: Philip Martin <philip_at_codematters.co.uk>
Date: Mon, 09 Feb 2015 13:32:43 +0000
Philip Martin <philip.martin_at_wandisco.com> writes:
> # Set C locale for command line programs
Hmm, setting LC_ALL may not do what we want on the command line:
$ LC_ALL=de_DE svn
To get German I need to set LANGUAGE:
$ LANGUAGE=de_DE svn
Setting LC_ALL doesn't alter LANGUAGE:
$ (export LC_ALL=de_DE ; locale )
-- PhilipReceived on 2015-02-09 14:33:32 CET |
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.