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 1QK9ft-0006Ts-Rs for garchives@archives.gentoo.org; Wed, 11 May 2011 13:42:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5D91C012; Wed, 11 May 2011 13:40:36 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BEB041C012 for ; Wed, 11 May 2011 13:40:36 +0000 (UTC) Received: by gxk9 with SMTP id 9so211357gxk.40 for ; Wed, 11 May 2011 06:40:36 -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=SOSc/GS3uXoCB8wCTu9Z9I0B8xEobNZUQtNcj1Hx5HA=; b=jDv7mMXOVxmDOtarm1Q1nUyaBs3zt7kjBbdwBo53H9eJIJ3g87DHKYLGGQq9e4gfl9 LXxpUsoMcP6mD4yUPMnCkE3ZqLUuvE5pzo+Ig6IF086fnO+LYB6WDecQTuYDhstCY6U6 igj4vN/GZ9RcSMZd9YV4eCUSNk7NDSTjCIarQ= 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=o+3vcO7hXu2atL7PQxaLAnWO+I1oZYpJKOts/22dF3i11HBmSpMPUWts6n8Ju1VxUo 3rDEW+PmNvdqq9qbsdx+IRtLMl/H+6tjxNuMtE3q1Zb9J1NVbz58gMHkDDXVVf+zWm4M 6uVMZ5m8fRG8sTCKDAnHgXCnIoqd0OsUe+z5g= Received: by 10.101.191.34 with SMTP id t34mr5712325anp.31.1305121236244; Wed, 11 May 2011 06:40:36 -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 s11sm12777anm.14.2011.05.11.06.40.34 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 06:40:35 -0700 (PDT) Message-ID: <4DCA91D1.50505@gmail.com> Date: Wed, 11 May 2011 08:40:33 -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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 22f49621542f92bd9029e6151e4153ba Nikos Chantziaras wrote: > On 05/11/2011 03:33 PM, Dale wrote: >> Marius Vaitiekunas wrote: >>> Hi, >>> >>> Maybe, a little OT. >>> Could anybody tell me, how to make gentoo baselayout-2 system to be >>> completely unicode utf-8? Which config files I should modify? >>> Thank You! >>> >> >> This is how I did mine. >> >> root@fireball / # cat /etc/make.conf | grep utf >> LC_ALL="en_US.utf8" >> root@fireball / # >> >> I think that is all I did. > > Two issues. First, LC_ALL does not belong in make.conf. It belongs > in /etc/env.d/02locale. Second, "en_US.utf8" is not correct. It's > "en_US.UTF-8". :-) > > > Funny that it seems to work. I don't have that file: root@fireball / # cat /etc/env.d/02locale cat: /etc/env.d/02locale: No such file or directory root@fireball / # But I do have this one: root@fireball / # cat /etc/locale.gen # /etc/locale.gen: list all of the locales you want to have on your system # # The format of each line: # # # Where is a locale located in /usr/share/i18n/locales/ and # where is a charmap located in /usr/share/i18n/charmaps/. # # All blank lines and lines starting with # are ignored. # # For the default list of supported combinations, see the file: # /usr/share/i18n/SUPPORTED # # Whenever glibc is emerged, the locales listed here will be automatically # rebuilt for you. After updating this file, you can simply run `locale-gen` # yourself instead of re-emerging glibc. en_US ISO-8859-1 en_US.UTF-8 UTF-8 #ja_JP.EUC-JP EUC-JP #ja_JP.UTF-8 UTF-8 #ja_JP EUC-JP #en_HK ISO-8859-1 #en_PH ISO-8859-1 #de_DE ISO-8859-1 #de_DE@euro ISO-8859-15 #es_MX ISO-8859-1 #fa_IR UTF-8 #fr_FR ISO-8859-1 #fr_FR@euro ISO-8859-15 #it_IT ISO-8859-1 root@fireball / # I followed a guide when I did mine which is why I don't recall most of it. On this rig, it wasn't to long ago. My old rig has even older config files. That install is about 6 pr 7 years old if I recall correctly. Dale :-) :-)