Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Sun, 10 Sep 2006 21:27:49
Message-Id: 20060910212757.D3F50645F7@smtp.gentoo.org
1 nightmorph 06/09/10 21:27:57
2
3 Modified: mysql-upgrading.xml
4 Log:
5 proper locale setting section for mysql-upgrading; should have been in previous commit
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/mysql-upgrading.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?r1=1.14&r2=1.15
13
14 Index: mysql-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- mysql-upgrading.xml 10 Sep 2006 21:11:22 -0000 1.14
21 +++ mysql-upgrading.xml 10 Sep 2006 21:27:57 -0000 1.15
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.14 2006/09/10 21:11:22 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.15 2006/09/10 21:27:57 nightmorph Exp $ -->
27
28 <guide link="/doc/en/mysql-upgrading.xml">
29 <title>Upgrade guide to MySQL 4.* or 5.0.*</title>
30 @@ -22,7 +22,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.11</version>
35 +<version>1.12</version>
36 <date>2006-09-10</date>
37
38 <chapter>
39 @@ -350,20 +350,24 @@
40 <body>
41
42 <p>
43 -Working in a utf-8 environment, with utf-8 editors and tools help too:
44 +The system must be configured to support the UTF-8 locale. You will find more
45 +information in our <uri link="/doc/en/utf-8.xml">Using UTF-8 with Gentoo</uri>
46 +and <uri link="/doc/en/guide-localization.xml">Localization Guide</uri>
47 +documents.
48 </p>
49
50 -<pre caption="Shell environment variables">
51 +<p>
52 +In this example, we set some shell environment variables to make use of the
53 +English UTF-8 locale in <path>/etc/env.d/02locale</path>:
54 +</p>
55 +
56 +<pre caption="/etc/env.d/02locale">
57 LC_ALL=en_US.UTF-8
58 LANG=en_US.UTF-8
59 -export LC_ALL LANG
60 </pre>
61
62 <p>
63 -The system must be configured to support the chosen UTF-8 locale. You will find
64 -more information in our <uri link="/doc/en/utf-8.xml">Using UTF-8 with
65 -Gentoo</uri> and <uri link="/doc/en/guide-localization.xml">Localization
66 -Guide</uri> documents.
67 +Be sure to run <c>env-update &amp;&amp; source /etc/profile</c> afterward.
68 </p>
69
70 </body>
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list