Re: Problem in checking for UTF locale

2002-03-26 Thread Mikhail Sobolev
Sorry, I was not just considering about all possibilities. Of course, LC_ALL is the right way (and it's, as far as I understand, is already in CVS). -- Misha On Fri, Mar 22, 2002 at 09:45:35PM +0100, Giuseppe Sacco wrote: > Il Fri, Mar 22, 2002 at 08:17:21PM +0300, Mikhail Sobolev ha scritto: >

Re: Problem in checking for UTF locale

2002-03-23 Thread Mikhail Sobolev
Yep. You are right. -- Misha On Fri, Mar 22, 2002 at 07:33:07PM +, Philip Blundell wrote: > On Fri, 2002-03-22 at 17:17, Mikhail Sobolev wrote: > > IMHO, > > > > LC_CTYPE=en_IN locale charmap > > > > would be the most appropriate. > > This would still lose if the user has defined LC_

Re: Problem in checking for UTF locale

2002-03-22 Thread Giuseppe Sacco
Il Fri, Mar 22, 2002 at 08:17:21PM +0300, Mikhail Sobolev ha scritto: > > I made some more test and I think that the correct way to test if a > > locale is installed is to use > > > > LC_ALL=en_IN locale charmap > This would be too strong. > > > instead of LANG=en_IN locale charmap > And this m

Re: Problem in checking for UTF locale

2002-03-22 Thread Philip Blundell
On Fri, 2002-03-22 at 17:17, Mikhail Sobolev wrote: > IMHO, > > LC_CTYPE=en_IN locale charmap > > would be the most appropriate. This would still lose if the user has defined LC_ALL in the environment. p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: Problem in checking for UTF locale

2002-03-22 Thread Mikhail Sobolev
On Fri, Mar 22, 2002 at 04:26:55PM +0100, Giuseppe Sacco wrote: > Il Fri, Mar 22, 2002 at 12:08:44PM +0100, Giuseppe Sacco ha scritto: > > Hi, > > I am tring to compile the boot floppies images just checked out from > > CVS. I have a problem during the make check: > > > > checking for locale char

Re: Problem in checking for UTF locale

2002-03-22 Thread Philip Blundell
On Fri, 2002-03-22 at 15:26, Giuseppe Sacco wrote: > I made some more test and I think that the correct way to test if a > locale is installed is to use > > LC_ALL=en_IN locale charmap > > instead of LANG=en_IN locale charmap I guess so, yeah. LC_ALL trumps LANG, so if you have a pre-existing

Re: Problem in checking for UTF locale

2002-03-22 Thread Giuseppe Sacco
Il Fri, Mar 22, 2002 at 12:08:44PM +0100, Giuseppe Sacco ha scritto: > Hi, > I am tring to compile the boot floppies images just checked out from > CVS. I have a problem during the make check: > > checking for locale charset of en_IN UTF-8 > add the line 'en_IN UTF-8' in /etc/locale.gen, and reru

Problem in checking for UTF locale

2002-03-22 Thread Giuseppe Sacco
Hi, I am tring to compile the boot floppies images just checked out from CVS. I have a problem during the make check: checking for locale charset of en_IN UTF-8 add the line 'en_IN UTF-8' in /etc/locale.gen, and rerun locale-gen make: *** [check_locale] Error 1 But the line already exists and re