From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 16 08:25:26 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5197216A4CE; Tue, 16 Nov 2004 08:25:26 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1398443D2F; Tue, 16 Nov 2004 08:25:26 +0000 (GMT) (envelope-from tjr@freebsd.org) Received: from robbins.dropbear.id.au (203.134.172.153) by smtp02.syd.iprimus.net.au (7.0.036) id 4192B046002276D5; Tue, 16 Nov 2004 19:25:24 +1100 Received: from 192.168.0.64 (tim.robbins.dropbear.id.au [192.168.0.64]) by robbins.dropbear.id.au (Postfix) with ESMTP id D6CBA4292; Tue, 16 Nov 2004 19:25:22 +1100 (EST) From: Tim Robbins To: Anton Berezin In-Reply-To: <20041115153452.GA4538@heechee.tobez.org> References: <200408281257.i7SCvEPW071276@freefall.freebsd.org> <20041115153452.GA4538@heechee.tobez.org> Content-Type: text/plain Date: Tue, 16 Nov 2004 19:24:04 +1100 Message-Id: <1100593444.3437.6.camel@starshine.robbins.dropbear.id.au> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) Content-Transfer-Encoding: 7bit cc: carvay@tikismikis.org cc: freebsd-bugs@FreeBSD.org Subject: Re: conf/68524: Including the Basque in the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 08:25:26 -0000 On Mon, 2004-11-15 at 16:34 +0100, Anton Berezin wrote: > On Sat, Aug 28, 2004 at 12:57:14PM +0000, Tim J. Robbins wrote: > > Synopsis: Including the Basque in the system > > > > State-Changed-From-To: open->patched > > State-Changed-By: tjr > > State-Changed-When: Sat Aug 28 12:52:54 GMT 2004 > > State-Changed-Why: > > Committed to -current with some modifications - thanks! I encourage you to > > check that the version in CVS behaves as it should. > > > > I have no immediate plans to commit this to RELENG_4, but I'll at least try > > to get it into RELENG_5 some time before 5.3-RELEASE. > > What I don't get is that LC_NUMERIC appears to use ' (that's right, a > single quote) as the decimal point. Is it a typo, or is that indeed the > correct value? > > (This leads for perl 5.8.6-RC1 tests to fail; I am trying to determine > whether Perl or this PR is at fault). It looks wrong to me. The eu_ES locales on all non-FreeBSD systems I've found use a comma for the decimal point character, not a single quote. However, I'm not sure why Perl would care either way. Tim