Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Wed, 19 Jul 2006 11:56:45
Message-Id: 20060719115626.A7AB8645C2@smtp.gentoo.org
1 rane 06/07/19 11:56:26
2
3 Modified: utf-8.xml
4 Log:
5 #140098, locales-gen instead of userlocales
6
7 Revision Changes Path
8 1.43 xml/htdocs/doc/en/utf-8.xml
9
10 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
11 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
12 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
13
14 Index: utf-8.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- utf-8.xml 15 Jul 2006 22:06:43 -0000 1.42
21 +++ utf-8.xml 19 Jul 2006 11:56:26 -0000 1.43
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.42 2006/07/15 22:06:43 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/utf-8.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license />
32
33 -<version>2.20</version>
34 -<date>2006-07-15</date>
35 +<version>2.21</version>
36 +<date>2006-07-18</date>
37
38 <chapter>
39 <title>Character Encodings</title>
40 @@ -180,11 +180,9 @@
41 <p>
42 The preliminary requirement for UTF-8 is to have a version of glibc installed
43 that has national language support. The recommend means to do this is the
44 -<path>/etc/locales.build</path> file in combination with the <c>userlocales</c>
45 -USE flag. It is beyond the scope of this document to explain the usage of this
46 -file though, luckily, the usage of this file is well documented in the comments
47 -within it. It is also explained in the <uri
48 -link="/doc/en/guide-localization.xml#doc_chap3_sect3"> Gentoo Localisation
49 +<path>/etc/locale.gen</path> file. It is beyond the scope of this document to
50 +explain the usage of this file though. It is explained in the <uri
51 +link="/doc/en/guide-localization.xml#doc_chap3_sect3">Gentoo Localization
52 Guide</uri>.
53 </p>
54
55 @@ -218,12 +216,12 @@
56
57 <p>
58 Another way to include a UTF-8 locale is to add it to the
59 -<path>/etc/locales.build</path> file and rebuild <c>glibc</c> with the
60 -<c>userlocales</c> USE flag set.
61 +<path>/etc/locale.gen</path> file and generate necessary locales with
62 +<c>locale-gen</c> command.
63 </p>
64
65 -<pre caption="Line in /etc/locales.build">
66 -en_GB.UTF-8/UTF-8
67 +<pre caption="Line in /etc/locale.gen">
68 +en_GB.UTF-8 UTF-8
69 </pre>
70
71 </body>
72
73
74
75 --
76 gentoo-doc-cvs@g.o mailing list