Re: generating locales in glibc

2004-11-24 Thread Ilya Konstantinov
On Mon, Nov 22, 2004 at 11:26:12PM +0200, Diego Iastrubni wrote: > Now, asume I update my glibc, do I need to regenerate my locales? are they BC? This is the kind of question nobody but the hacker that wrote it knows. The compiled locale's format isn't standard and my guess is that no promises are

Re: generating locales in glibc

2004-11-22 Thread Vasiliev Michael
On Monday 22 November 2004 23:26, Diego Iastrubni wrote: > Hi, Hello :) [skipped] > for 8bit hebrew: > > localedef -v -c -i he_IL -f ISO-8859-8 /usr/share/locale/he_IL > localedef -v -c -i he_IL.CP-1255 -f cp-1255 > /usr/share/locale/he_IL.CP-1255 Just for comment, You don't have to specify t

generating locales in glibc

2004-11-22 Thread Diego Iastrubni
Hi, Assume you have a system with not locales (for example hebrew) installed. I need to generate them. I found this: http://mail.nl.linux.org/linux-utf8/2001-01/msg00212.html which explains how to do that (and a few RTFMs), basicly: localedef -v -c -i he_IL -f UTF-8 /usr/share/locale/he_IL.UT