unknown encoding
Adam Mercer
ramercer at gmail.com
Thu Mar 15 12:24:33 GMT 2007
On 15/03/07, Martin Pool <mbp at sourcefrog.net> wrote:
Hi
> > I've just install bzr-0.14 on Mac OS X and whenever I call bzr at get
> > the following warning displayed:
> >
> > bzr: warning: unknown encoding . Continuing with ascii encoding.
> >
> > I've tried looking for whats causing this or a solution but can't find
> > any relevant documentation. Does anyone know whats going on here and
> > how I can fix it? Or any documentation that discusses this?
>
> This is because your locale setting is not supported by your python
> installation. Can you tell us the output of the 'locale' command and
> the setting of $LANG?
[ram at skymoo ram]$ locale
LANG="en_GB"
LC_COLLATE="en_GB"
LC_CTYPE="en_GB"
LC_MESSAGES="en_GB"
LC_MONETARY="en_GB"
LC_NUMERIC="en_GB"
LC_TIME="en_GB"
LC_ALL="en_GB"
[ram at skymoo ram]$ echo $LANG
en_GB
> The quickest way to get going is probably to do
>
> export LANG=C
Thanks, that get rid of the warning.
> someone more familiar with macs might be able to follow up...
Cheers
Adam
More information about the bazaar
mailing list