Comment 11 for bug 707931

Revision history for this message
FabioS (aksaf) wrote :

I still had the same problem with Ubuntu 11.10 (x86_64).

My language env variables are the fallowing:
LC_MESSAGES=it_IT.UTF-8
LANG=it_IT.UTF-8
LANGUAGE=it:en

But this time the only way I found to have info working again was to add "unset LANG LC_MESSAGES",
into /usr/sbin/update-info-dir after /etc/.../locale sourcing:

if [ -r /etc/default/locale ] ; then
  . /etc/default/locale
fi
unset LANG LC_MESSAGES

Now at least /usr/share/info/dir is correct (and info working, in English).
Regards