From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QLHE2-0006JP-Id for garchives@archives.gentoo.org; Sat, 14 May 2011 15:57:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D7E31C0AE; Sat, 14 May 2011 15:55:51 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id C939F1C0AE for ; Sat, 14 May 2011 15:55:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.64,368,1301871600"; d="scan'208";a="768940088" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 14 May 2011 16:55:49 +0100 Received: from [192.168.1.101] (unknown [192.168.1.101]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 76678AA2F5 for ; Sat, 14 May 2011 16:54:22 +0100 (BST) Content-Type: text/plain; charset=us-ascii Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [gentoo-user] Re: How's the openrc update going for everyone? From: Stroller In-Reply-To: <201105132027.28061.michaelkintzios@gmail.com> Date: Sat, 14 May 2011 16:55:46 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <10A8160E-1991-417F-8720-4C726A38DC07@stellar.eclipse.co.uk> References: <4DC9B435.9010308@gmail.com> <214A71F5-E4E6-4946-93C6-173E075C29ED@stellar.eclipse.co.uk> <4DCD3183.2070001@gmail.com> <201105132027.28061.michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1084) X-Archives-Salt: X-Archives-Hash: 0b8edf349dd21e000ffc0eb9da47d798 On 13/5/2011, at 8:27pm, Mick wrote: > ... > Here's mine if you want to compare with my previously sent output: >=20 > $ cat /etc/env.d/02locale=20 > LANG=3D"en_GB.UTF-8" > LC_CTYPE=3D"en_GB.UTF-8" > LC_NUMERIC=3D"en_GB.UTF-8" > LC_TIME=3D"en_GB.UTF-8" > LC_COLLATE=3D"C" > LC_MONETARY=3D"en_GB.UTF-8" > LC_MESSAGES=3D"en_GB.UTF-8" > LC_PAPER=3D"en_GB.UTF-8" > LC_NAME=3D"en_GB.UTF-8" > LC_ADDRESS=3D"en_GB.UTF-8" > LC_TELEPHONE=3D"en_GB.UTF-8" > LC_MEASUREMENT=3D"en_GB.UTF-8" > LC_IDENTIFICATION=3D"en_GB.UTF-8" If you have LANG set, then there's no need to set any of the others to = the same locale. If you set LC_TIME=3D"POSIX" then am / pm will display correctly.=20 I.E.: $ cat /etc/env.d/02locale=20 LANG=3D"en_GB.UTF-8" LC_TIME=3D"POSIX" $ =20 The necessity for this is a glibc bug: http://sourceware.org/bugzilla/show_bug.cgi?id=3D3768 This does, however, show the value of setting LANG over LC_ALL (it being = impossible, as discussed, to override the latter). Stroller.