Comment 10 for bug 132357

Revision history for this message
Niko Cavallini (niko-cava) wrote : Re: [Bug 132357] Re: files with unusual character sets are sometimes completely invisible to the driver : locale not set correctly

On 9/26/07, Florent Mertens <email address hidden> wrote:
>
> Changing :
>
> if [ -r /etc/default/locale ]; then
> . /etc/default/locale
> fi
>
> to :
>
> if [ -r /etc/default/locale ]; then
> . /etc/default/locale
> export LANG
> fi
>

Hi, I can confirm this solves the issue at hand.