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 1QKIH3-0002cd-NF for garchives@archives.gentoo.org; Wed, 11 May 2011 22:52:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3A4D1C043; Wed, 11 May 2011 22:51:35 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 85EAD1C043 for ; Wed, 11 May 2011 22:51:35 +0000 (UTC) Received: by ywl2 with SMTP id 2so455737ywl.40 for ; Wed, 11 May 2011 15:51:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=WCvoaLo9r+vxorz4VBdX+y/bRioyypTfB+SbqXyLThM=; b=jhgzrSZy31lBviCdXJ3a4ONJPQ3Qj9zT8vrt25A7OnW14OFK4b4zrkRgg/1HiZ8IAf OAgL/ztuK5lwRBDfXXR3E3XeF0TBt8dwzi2U2jCFb2nfV+n4Eo+2j6DgdfIqq2Wu4L3r +Es8GTm0l1sE7r6UAOYrYPsvkL8oDcuMuVqyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=m75X8ZiagjD5ZpvqavpVj9TtbS3BrqnC3Zxdx/zvlSU9Ufq9UIMTIw7xzKBZa/G2m2 yvgR67cK05EBlLQL46Rdx7unIcdr7CENr6S7LdEGK8K2FLufWrPOS/BiZCJG6iNFRbrB FcfN6cI5vb3oKRhANniAXk7rE1qlOgsSWlqF0= Received: by 10.236.89.20 with SMTP id b20mr11859781yhf.148.1305154294811; Wed, 11 May 2011 15:51:34 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-130-19.jan.bellsouth.net [98.95.130.19]) by mx.google.com with ESMTPS id b70sm319131yha.88.2011.05.11.15.51.33 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 15:51:33 -0700 (PDT) Message-ID: <4DCB12F3.2020007@gmail.com> Date: Wed, 11 May 2011 17:51:31 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110501 Gentoo/2.0.14 SeaMonkey/2.0.14 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: How's the openrc update going for everyone? References: <4DC9B435.9010308@gmail.com> <4DC9BF0A.6040800@wonkology.org> <4DC9C5F0.4000303@gmail.com> <20110511003835.71388717@zaphod.digimed.co.uk> <4DC9CF35.7010503@gmail.com> <4DCA821F.8050904@gmail.com> <4DCA91D1.50505@gmail.com> <4DCAAE6E.9030809@gmail.com> <4DCABF2D.1090307@gmail.com> <4DCAF95A.5060807@kutulu.org> In-Reply-To: <4DCAF95A.5060807@kutulu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 215ce46ab5fdffea9d925bcbd7f3fcbf Mike Edenfield wrote: > > This means that your UTF-8 setup is clearly *not* working :) Your locale > is not being set anywhere, it's using the glibc default of POSIX. POSIX > is approximately equal to en_US as far as date/time, sorting, etc. but > lacks most of the numeric formatting (no currency symbol, no thousands > separator, etc). It's also using the default US-ASCII character set. > > --Mike > > > Does this look more better? root@fireball / # locale LANG=en_US.UTF8 LC_CTYPE="en_US.UTF8" LC_NUMERIC="en_US.UTF8" LC_TIME="en_US.UTF8" LC_COLLATE="en_US.UTF8" LC_MONETARY="en_US.UTF8" LC_MESSAGES="en_US.UTF8" LC_PAPER="en_US.UTF8" LC_NAME="en_US.UTF8" LC_ADDRESS="en_US.UTF8" LC_TELEPHONE="en_US.UTF8" LC_MEASUREMENT="en_US.UTF8" LC_IDENTIFICATION="en_US.UTF8" LC_ALL= root@fireball / # locale -a C en_US en_US.iso88591 en_US.utf8 POSIX root@fireball / # LC_PAPER, is that like paper in my printer? What the heck does it want my phone number, address and other stuff for? Some of that I get but some is just plain nosy. O_O Dale :-) :-)