Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 06/09/10 21:27:57
Modified: mysql-upgrading.xml
Log:
proper locale setting section for mysql-upgrading; should have been in previous commit
Revision Changes Path
1.15 xml/htdocs/doc/en/mysql-upgrading.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?r1=1.14&r2=1.15
Index: mysql-upgrading.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mysql-upgrading.xml 10 Sep 2006 21:11:22 -0000 1.14
+++ mysql-upgrading.xml 10 Sep 2006 21:27:57 -0000 1.15
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.14 2006/09/10 21:11:22 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.15 2006/09/10 21:27:57 nightmorph Exp $ -->
<guide link="/doc/en/mysql-upgrading.xml">
<title>Upgrade guide to MySQL 4.* or 5.0.*</title>
@@ -22,7 +22,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.11</version>
+<version>1.12</version>
<date>2006-09-10</date>
<chapter>
@@ -350,20 +350,24 @@
<body>
<p>
-Working in a utf-8 environment, with utf-8 editors and tools help too:
+The system must be configured to support the UTF-8 locale. You will find more
+information in our <uri link="/doc/en/utf-8.xml">Using UTF-8 with Gentoo</uri>
+and <uri link="/doc/en/guide-localization.xml">Localization Guide</uri>
+documents.
</p>
-<pre caption="Shell environment variables">
+<p>
+In this example, we set some shell environment variables to make use of the
+English UTF-8 locale in <path>/etc/env.d/02locale</path>:
+</p>
+
+<pre caption="/etc/env.d/02locale">
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
-export LC_ALL LANG
</pre>
<p>
-The system must be configured to support the chosen UTF-8 locale. You will find
-more information in our <uri link="/doc/en/utf-8.xml">Using UTF-8 with
-Gentoo</uri> and <uri link="/doc/en/guide-localization.xml">Localization
-Guide</uri> documents.
+Be sure to run <c>env-update && source /etc/profile</c> afterward.
</p>
</body>
--
gentoo-doc-cvs@g.o mailing list
|
|