On 9/26/07, Florent Mertens <[EMAIL PROTECTED]> 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. -- files with unusual character sets are sometimes completely invisible to the driver : locale not set correctly https://bugs.launchpad.net/bugs/132357 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
