Gentoo Archives: gentoo-doc-cvs

From: "Camille Huot (cam)" <cam@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml
Date: Sun, 08 Apr 2012 21:03:17
Message-Id: 20120408203405.075B22004B@flycatcher.gentoo.org
1 cam 12/04/08 20:34:05
2
3 Modified: hb-install-config.xml
4 Log:
5 Suggesting to use at least 1 utf8 locale
6
7 Revision Changes Path
8 1.113 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.113&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.113&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.112&r2=1.113
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.112
18 retrieving revision 1.113
19 diff -u -r1.112 -r1.113
20 --- hb-install-config.xml 8 Apr 2012 20:20:55 -0000 1.112
21 +++ hb-install-config.xml 8 Apr 2012 20:34:04 -0000 1.113
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.112 2012/04/08 20:20:55 cam Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.113 2012/04/08 20:34:04 cam Exp $ -->
28
29 <sections>
30
31 @@ -14,7 +14,7 @@
32 proceed.
33 </abstract>
34
35 -<version>19</version>
36 +<version>20</version>
37 <date>2012-04-08</date>
38
39 <section>
40 @@ -534,6 +534,11 @@
41 You can select your desired locales in the list given by running <c>locale -a</c>.
42 </note>
43
44 +<warn>
45 +We strongly suggest that you should use at least one UTF-8 locale because some
46 +applications would require it.
47 +</warn>
48 +
49 <p>
50 The next step is to run <c>locale-gen</c>. It will generates all the locales you
51 have specified in the <path>/etc/locale.gen</path> file.