Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 22:39:25 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        Peter Pentchev <roam@ringlet.net>
Cc:        Giorgos Keramidas <charon@labs.gr>, Dag-Erling Smorgrav <des@ofug.org>, arch@FreeBSD.ORG
Subject:   Re: POSIX character class support for 1Tawk
Message-ID:  <200111032139.fA3LdPt07724@gits.dyndns.org>
In-Reply-To: <20011103172654.F3551@straylight.oblivion.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Pentchev wrote:
> On Sat, Nov 03, 2001 at 04:11:34PM +0100, Cyrille Lefevre wrote:
> > Giorgos Keramidas wrote:
> > > On Sat, Nov 03, 2001 at 04:49:33PM +0200, Peter Pentchev wrote:
> > > > On Sat, Nov 03, 2001 at 02:35:15PM +0000, Giorgos Keramidas wrote:
> > > > [snip]
> > > > >     $ env LC_LANG=el_GR LC_ALL=el_GR.ISO8859-7 ./blah
> > > > >     Using NULL: false
> > > > >     Using getenv(): true
> > > > >
> > > > > In the second case, of having the proper locale setup in the
> > > > > environment, only when getenv() is used to retrieve the proper value
> > > > > for setlocale() the GREEK_ALPHA character is recognized from isalpha() :/
> > > >
> > > > Well, I implicitly assumed that LC_ALL was set, as by the FreeBSD sample
> > > > 'russian' login.conf entry: it defines the 'lang' attribute, which
> > > > sets LANG, which setlocale(3) interprets as an LC_ALL setting.
> > > 
> > > Aye, my mistake.
> > > With proper defaults, and "", this works.
> > > You are right :)
> > 
> > I suppose this only work under -current, I am right ?
> 
> Um.. no.  The 'russian' login class is in -stable, and I've been
> using a suitably modified 'bulgarian' login class for the past
> six months.

so, why the posted program always returns false ?

$ uname -a
FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #9: Sun Oct 21 22:55:26 CEST 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386
$ env LANG=el_GR.ISO8859-7 LC_ALL=el_GR.ISO8859-7 ./blah
Using NULL: false
Using getenv(): false

PS : I've changed setlocale(LC_ALL, NULL) to setlocale(LC_ALL, "").

Cyrille.
-- 
Cyrille Lefevre                 mailto:clefevre@citeweb.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111032139.fA3LdPt07724>