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 1QK8fW-0000R0-Rb for garchives@archives.gentoo.org; Wed, 11 May 2011 12:37:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A212F1C110; Wed, 11 May 2011 12:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 71FD61C110 for ; Wed, 11 May 2011 12:33:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 060C11B402D for ; Wed, 11 May 2011 12:33:37 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.856 X-Spam-Level: X-Spam-Status: No, score=-2.856 required=5.5 tests=[AWL=-0.257, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GLrBqTzdY-jA for ; Wed, 11 May 2011 12:33:30 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id DDCFF1B4012 for ; Wed, 11 May 2011 12:33:27 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QK8bU-00035Y-Gm for gentoo-user@gentoo.org; Wed, 11 May 2011 14:33:24 +0200 Received: from athedsl-372788.home.otenet.gr ([79.131.8.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 14:33:24 +0200 Received: from realnc by athedsl-372788.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 14:33:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: How's the openrc update going for everyone? Date: Wed, 11 May 2011 15:33:02 +0300 Organization: Lucas Barks Message-ID: References: <4DC9B435.9010308@gmail.com> <4DC9BF0A.6040800@wonkology.org> <4DC9C5F0.4000303@gmail.com> <20110511003835.71388717@zaphod.digimed.co.uk> <4DC9CF35.7010503@gmail.com> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-372788.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 In-Reply-To: X-Archives-Salt: X-Archives-Hash: fc4e0eac35494d135a3503691a77bb8b On 05/11/2011 03:16 PM, 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! /etc/env.d/02locale. Here, it looks like this: LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" Replace "en_US" with your own country code, but leave the ".UTF-8" as it is. You will need to run "env-update" (as root) after you modify the file. The second file is /etc/locale.gen. On my system: en_US ISO-8859-1 en_US.UTF-8 UTF-8 I don't know why I have the first line there. I guess it's a fallback. The second line must be the same as what you used in env.d/02locale, with " UTF-8" appended to it. After you change that file, you must rebuild sys-libs/glibc. There's also /etc/conf.d/consolefont, but you shouldn't need to change anything in that one.