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 <gentoo-user+bounces-127409-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Qxb6u-0004XA-SE for garchives@archives.gentoo.org; Sun, 28 Aug 2011 08:52:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6314821C09F; Sun, 28 Aug 2011 08:52:41 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id 7691021C07A for <gentoo-user@lists.gentoo.org>; Sun, 28 Aug 2011 08:51:38 +0000 (UTC) Received: (qmail invoked by alias); 28 Aug 2011 08:51:37 -0000 Received: from p548509A4.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.9.164] by mail.gmx.net (mp068) with SMTP; 28 Aug 2011 10:51:37 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1+IOVJiDKWIbRBBmadzXtdsqaCkUFnXJxzTwvPDyK yyfHIm11qH4v2A Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sun, 28 Aug 2011 10:51:37 +0200 (CEST) Date: Sun, 28 Aug 2011 10:51:36 +0200 From: meino.cramer@gmx.de To: Gentoo <gentoo-user@lists.gentoo.org> Subject: [gentoo-user] Question regarding UTF-8 settings Message-ID: <20110828085136.GA3111@solfire> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: 462558c53a906c73b85487ad433e144d Hi, following this guide: http://www.gentoo.org/doc/en/utf-8.xml Doing a locale -a | grep de_DE | grep utf I got: de_DE.utf8 . Then I created the file /etc/init.d/02locale with the contents: LC_CTYPE=de_DE.utf8 . As root I did a rc-update , which runs without any error/warning message. I sourced /etc/profile and did a locale . The output was -- despite of what the guide exspected -- LANG= LC_CTYPE=de_DE.utf8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= Since there is no "what to do if something else happens"-paragraph in the guide, I want to ask here, what I am doing wrong...??? Thank you very much in advance for any help! Best regards, mcc