From owner-freebsd-arch Sat Nov 3 6:57:11 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 0178037B417 for ; Sat, 3 Nov 2001 06:57:08 -0800 (PST) Received: from hades.hell.gr (patr530-a154.otenet.gr [212.205.215.154]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id fA3Ev3202564; Sat, 3 Nov 2001 16:57:03 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id fA3Ev2j09456; Sat, 3 Nov 2001 14:57:03 GMT (envelope-from charon@labs.gr) Date: Sat, 3 Nov 2001 14:57:01 +0000 From: Giorgos Keramidas To: Peter Pentchev Cc: Dag-Erling Smorgrav , arch@FreeBSD.ORG Subject: Re: POSIX character class support for 1Tawk Message-ID: <20011103145700.E4464@hades.hell.gr> References: <20011102233831.L25226@buffoon.automagic.org> <20011103012226.Q25226@buffoon.automagic.org> <20011103145608.B76275@straylight.oblivion.bg> <20011103143515.D4464@hades.hell.gr> <20011103164933.E3551@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011103164933.E3551@straylight.oblivion.bg> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message