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 1QRDJ7-0005TH-0E for garchives@archives.gentoo.org; Tue, 31 May 2011 00:59:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAEFA1C04C; Tue, 31 May 2011 00:58:16 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id B4CF61C04C for ; Tue, 31 May 2011 00:58:16 +0000 (UTC) Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p4V0wFvX015874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 30 May 2011 20:58:16 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id BDB587019B; Mon, 30 May 2011 20:58:15 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] setting locale References: <20110530154319.79d2a610@karnak.local> Date: Mon, 30 May 2011 20:58:15 -0400 In-Reply-To: <20110530154319.79d2a610@karnak.local> (David W. Noon's message of "Mon, 30 May 2011 15:43:19 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 220ddffd615b9d383dd0533e19f1aaeb On Mon, May 30 2011, David W. Noon wrote: > On Mon, 30 May 2011 04:20:01 +0200, Nils Larsson wrote about Re: > [gentoo-user] setting locale: > >>m=C3=A5ndagen den 30 maj 2011 03:26:49 skrev Allan Gottlieb: >>> What must I do to get "en_US_utf8" ? >> >>echo "LANG=3Den_US_utf8" > /etc/env.d/02locale >>and >>env-update >>should work. > > The correct locale string is "en_US.UTF-8". Thank you this fixed the problem. allan