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 1Rz8Tj-0005ic-80 for garchives@archives.gentoo.org; Sun, 19 Feb 2012 15:15:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 993EDE0B6C; Sun, 19 Feb 2012 15:14:48 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 8410EE0D35 for ; Sun, 19 Feb 2012 15:14:11 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q1JFEAGA027798 for ; Sun, 19 Feb 2012 16:14:10 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q1JFE9ia001189; Sun, 19 Feb 2012 16:14:09 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q1JFE99i001188; Sun, 19 Feb 2012 16:14:09 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20289.4544.982570.920405@a1i15.kph.uni-mainz.de> Date: Sun, 19 Feb 2012 16:14:08 +0100 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: LANG=en_GB.UTF-8 by default In-Reply-To: References: <201202151258.52431.vivo75@gmail.com> <20120215122252.GA12319@atrus.grandmasfridge.org> X-Mailer: VM 8.2.0b under 23.4.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: 67ff4809-ce3d-4bcf-b720-ab30b92e66da X-Archives-Hash: 56a438adde8efebd467ada5f858048ba >>>>> On Sun, 19 Feb 2012, Ben wrote: > In my opinion we should set a default environment with the following > values: > LANG=en_US.UTF-8 > LC_ALL= > LC_COLLATE=C > This offers the best default options to the majority of users, and > is easy to customize for those who wish to use another locale. At least, LC_NUMERIC=C should be added to this, otherwise numbers will be formatted with commas as thousands separators. Also en_US.UTF-8 for LC_MEASUREMENT and LC_PAPER means imperial units and letter paper, which isn't optimal for users outside of the U.S. Ulrich