On Thu, 28 Aug 2003 23:08:00 -0400 Philippe Gendreau [Philippe] wrote: Philippe> I tried setting export LANG=en_US.UTF-8, and it didn't work. Philippe> I will check the settings again and the locale-list or try Philippe> to rebuild it from stock redhat to see if I still get the error. A quick way to see if your generation will be successfull is to launch the genlocalelist.py script yourself. I saw 3 different behaviours (tcsh): first (no output -> bad): [tauch@tornado anaconda-9.0]$ setenv PYTHONPATH "." [tauch@tornado anaconda-9.0]$ ./scripts/genlocalelist.py [tauch@tornado anaconda-9.0]$ second (only one line -> bad): [tauch@tornado anaconda-9.0]$ setenv LANG en_US.UTF-8 [tauch@tornado anaconda-9.0]$ setenv LC_ALL $LANG [tauch@tornado anaconda-9.0]$ ./scripts/genlocalelist.py sr_YU.iso88595@cyrillic utf8 latarcyrheb-sun16 English (USA) [tauch@tornado anaconda-9.0]$ then (many lines -> good :) ): [tauch@tornado anaconda-9.0]$ unsetenv LC_ALL [tauch@tornado anaconda-9.0]$ ./scripts/genlocalelist.py | wc -l 128 [tauch@tornado anaconda-9.0]$ HTH, -- Alain