rane 06/07/19 11:56:26 Modified: utf-8.xml Log: #140098, locales-gen instead of userlocales
Revision Changes Path 1.43 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.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/utf-8.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- utf-8.xml 15 Jul 2006 22:06:43 -0000 1.42 +++ utf-8.xml 19 Jul 2006 11:56:26 -0000 1.43 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.42 2006/07/15 22:06:43 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.20</version> -<date>2006-07-15</date> +<version>2.21</version> +<date>2006-07-18</date> <chapter> <title>Character Encodings</title> @@ -180,11 +180,9 @@ <p> The preliminary requirement for UTF-8 is to have a version of glibc installed that has national language support. The recommend means to do this is the -<path>/etc/locales.build</path> file in combination with the <c>userlocales</c> -USE flag. It is beyond the scope of this document to explain the usage of this -file though, luckily, the usage of this file is well documented in the comments -within it. It is also explained in the <uri -link="/doc/en/guide-localization.xml#doc_chap3_sect3"> Gentoo Localisation +<path>/etc/locale.gen</path> file. It is beyond the scope of this document to +explain the usage of this file though. It is explained in the <uri +link="/doc/en/guide-localization.xml#doc_chap3_sect3">Gentoo Localization Guide</uri>. </p> @@ -218,12 +216,12 @@ <p> Another way to include a UTF-8 locale is to add it to the -<path>/etc/locales.build</path> file and rebuild <c>glibc</c> with the -<c>userlocales</c> USE flag set. +<path>/etc/locale.gen</path> file and generate necessary locales with +<c>locale-gen</c> command. </p> -<pre caption="Line in /etc/locales.build"> -en_GB.UTF-8/UTF-8 +<pre caption="Line in /etc/locale.gen"> +en_GB.UTF-8 UTF-8 </pre> </body> -- [email protected] mailing list
