Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
Date: Mon, 15 Jun 2009 20:00:02
Message-Id: E1MGILW-0006Aw-7p@stork.gentoo.org
1 nightmorph 09/06/15 19:59:58
2
3 Modified: guide-localization.xml
4 Log:
5 fixing some screwy behavior by locale-gen. its inconsistency is documented in bug 273779
6
7 Revision Changes Path
8 1.56 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.56&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.56&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.55&r2=1.56
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.55
18 retrieving revision 1.56
19 diff -u -r1.55 -r1.56
20 --- guide-localization.xml 14 Jun 2009 09:16:34 -0000 1.55
21 +++ guide-localization.xml 15 Jun 2009 19:59:58 -0000 1.56
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.55 2009/06/14 09:16:34 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.56 2009/06/15 19:59:58 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -32,8 +32,8 @@
30 the German doc. Includes configuration for use of the euro currency symbol.
31 </abstract>
32
33 -<version>1.41</version>
34 -<date>2009-06-14</date>
35 +<version>1.42</version>
36 +<date>2009-06-15</date>
37
38 <chapter>
39 <title>Time zone</title>
40 @@ -216,13 +216,13 @@
41 </p>
42
43 <pre caption="Setting the default system locale in /etc/env.d/02locale">
44 -LANG="de_DE.UTF-8 UTF-8"
45 +LANG="de_DE.UTF-8"
46 LC_COLLATE="C"
47 </pre>
48
49 <note>
50 Use <c>de_DE@euro ISO-8859-15</c> as your LANG if you want to use the Euro
51 -currency symbol (€)
52 +currency symbol (€).
53 </note>
54
55 <p>
56 @@ -233,7 +233,7 @@
57 </p>
58
59 <pre caption="Setting the user locale in ~/.bashrc">
60 -export LANG="de_DE.UTF-8 UTF-8"
61 +export LANG="de_DE.UTF-8"
62 export LC_COLLATE="C"
63 </pre>
64
65 @@ -244,7 +244,7 @@
66 </p>
67
68 <pre caption="Using traditional C locale while specifying UTF-8">
69 -LC_CTYPE=de_DE.UTF-8 UTF-8
70 +LC_CTYPE=de_DE.UTF-8
71 </pre>
72
73 <p>