Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Fri, 10 Oct 2008 17:42:17
Message-Id: E1KoM0F-0007Nx-Cl@stork.gentoo.org
1 jkt 08/10/10 17:42:15
2
3 Modified: utf-8.xml
4 Log:
5 forgot this one in the previous commit
6
7 Revision Changes Path
8 1.50 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.49&r2=1.50
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.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- utf-8.xml 10 Oct 2008 16:03:49 -0000 1.49
21 +++ utf-8.xml 10 Oct 2008 17:42:15 -0000 1.50
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.49 2008/10/10 16:03:49 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.50 2008/10/10 17:42:15 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/utf-8.xml">
29 @@ -25,7 +25,7 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license />
32
33 -<version>2.26</version>
34 +<version>2.27</version>
35 <date>2008-10-10</date>
36
37 <chapter>
38 @@ -262,11 +262,8 @@
39 </pre>
40
41 <note>
42 -You can also substitute <c>LC_ALL</c> for <c>LANG</c>. This sets your locale
43 -for all categories, including numerical and currency values. On a very few
44 -systems, it might cause some issues. However, most users should be able to use
45 -<c>LC_ALL</c> without problems. For more information on the categories affected
46 -by using <c>LC_ALL</c>, please read the <uri
47 +You can also substitute <c>LC_CTYPE</c> for <c>LANG</c>. For more information on
48 +the categories affected by using <c>LC_CTYPE</c>, please read the <uri
49 link="http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories">GNU
50 locale page</uri>.
51 </note>
52 @@ -289,7 +286,7 @@
53
54 <pre caption="Checking if our new locale is in the environment">
55 # <i>locale</i>
56 -LANG=
57 +LANG=en_GB.UTF-8
58 LC_CTYPE="en_GB.UTF-8"
59 LC_NUMERIC="en_GB.UTF-8"
60 LC_TIME="en_GB.UTF-8"
61 @@ -302,7 +299,7 @@
62 LC_TELEPHONE="en_GB.UTF-8"
63 LC_MEASUREMENT="en_GB.UTF-8"
64 LC_IDENTIFICATION="en_GB.UTF-8"
65 -LC_ALL=en_GB.UTF-8
66 +LC_ALL=
67 </pre>
68
69 <p>