[horde] error: cannot set LC_ALL
Garry Taylor
giz at gbdesign.net
Fri May 12 09:08:46 PDT 2006
Hi all.
I am not sure what people are like on this mailing list but let be start
by saying that I have spent all day googlin and changing source code to
get rid of this problem.
When adding a svn repos to Chora I get:
"svn: error: cannot set LC_ALL locale svn: error: environment variable
LANG is en_US svn: error: please check that your locale name is correct"
Can anyone point me in the right direction to fix this?
Thanx
Giz
Here is what is set on my system.
/* The language to fall back on if we cannot determine one any other
way (user choice or preferences). If empty, we will try to negotiate
with the browser using HTTP_ACCEPT_LANGUAGE. */
$nls['defaults']['language'] = 'en_US';
/* The charset to fall back on if we cannot determine one any other
way (chosen language, HTTP_ACCEPT_CHARSETS). */
$nls['defaults']['charset'] = 'ISO-8859-1';
gizard at tiberius:/home/sites/horde$ locale -a
C
en_GB
en_GB.iso88591
POSIX
gizard at tiberius:/home/sites/horde$ locale
LANG=en_US
LANGUAGE=en_GB:en_US:en_GB:en
LC_CTYPE="en_GB"
LC_NUMERIC="en_GB"
LC_TIME="en_GB"
LC_COLLATE="en_GB"
LC_MONETARY="en_GB"
LC_MESSAGES="en_GB"
LC_PAPER="en_GB"
LC_NAME="en_GB"
LC_ADDRESS="en_GB"
LC_TELEPHONE="en_GB"
LC_MEASUREMENT="en_GB"
LC_IDENTIFICATION="en_GB"
LC_ALL=en_GB
More information about the horde
mailing list