Re: Locales and LANG

2005-10-17 Thread Dalibor Straka
On Mon, Oct 17, 2005 at 03:58:52PM -0700, Alvin Oga wrote: > > hi ya dalibor > Hi, > On Mon, 17 Oct 2005, Dalibor Straka wrote: > > > this always worked fine with me > > LANG=cs > ... > > LANG=czech ./whatever > .. > > LANG=cs_CZ > > the value you pick for LANG should be listed in > > l

Re: Locales and LANG

2005-10-17 Thread Alvin Oga
hi ya dalibor On Mon, 17 Oct 2005, Dalibor Straka wrote: > this always worked fine with me > LANG=cs ... > LANG=czech ./whatever .. > LANG=cs_CZ the value you pick for LANG should be listed in locale -a | grep -i cz you might also want to define bothLANG and LC_ALL c ya alvin --