From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G3AVk-00014g-9x for garchives@archives.gentoo.org; Wed, 19 Jul 2006 11:46:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6JBkVoT027137; Wed, 19 Jul 2006 11:46:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6JBkUCJ023385 for ; Wed, 19 Jul 2006 11:46:30 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id EF2D764528 for ; Wed, 19 Jul 2006 11:46:29 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Wed, 19 Jul 2006 11:46:29 +0000 From: "Lukasz Damentko" Date: Wed, 19 Jul 2006 11:46:29 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml Message-Id: <20060719114629.EF2D764528@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: e1b73b93-bb8a-42d9-b634-0acfd927af97 X-Archives-Hash: 99a1b8a982894e9c56f7326bd09f5a09 rane 06/07/19 11:46:29 Modified: guide-localization.xml Log: #140098, use locale-gen instead of userlocales Revision Changes Path 1.43 xml/htdocs/doc/en/guide-localization.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- guide-localization.xml 19 Jun 2006 12:08:14 -0000 1.42 +++ guide-localization.xml 19 Jul 2006 11:46:29 -0000 1.43 @@ -1,5 +1,5 @@ - + @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. -1.30 -2006-06-19 +1.31 +2006-07-18 Time zone @@ -314,35 +314,30 @@
-The userlocales USE flag +Generating locales for glibc

-You will probably only use one or maybe two locales on your system. Up until now -after compiling glibc a full set of all available locales has been -created. As of now you can activate the userlocales USE flag and specify -only the locales you will need in /etc/locales.build. +You will probably only use one or maybe two locales on your system. You can +specify locales you will need in /etc/locale.gen.

-
-echo "sys-libs/glibc userlocales" >> /etc/portage/package.use
+
+en_GB ISO-8859-1
+en_GB.UTF-8 UTF-8
+de_DE ISO-8859-1
+de_DE@euro ISO-8859-15
 

-Now specify the locales you want to be able to use: +The next step is to run locale-gen. It will generate all the locales you +have specified in the /etc/locale.gen file.

-
-en_US/ISO-8859-1
-en_US.UTF-8/UTF-8
-de_DE/ISO-8859-1
-de_DE@euro/ISO-8859-15
-
- -

-The next step is to re-compile glibc. Of course you can defer this until -the next glibc upgrade is available. -

+ +locale-gen is available in glibc-2.3.6-r4 and newer. If you have +an older version of glibc, you should update it now. +
-- gentoo-doc-cvs@gentoo.org mailing list