From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GMWqC-0002Qp-LY for garchives@archives.gentoo.org; Sun, 10 Sep 2006 21:27:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8ALRxkb017515; Sun, 10 Sep 2006 21:27:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8ALRwKK024080 for ; Sun, 10 Sep 2006 21:27:58 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id D3F50645F7 for ; Sun, 10 Sep 2006 21:27:57 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 10 Sep 2006 21:27:57 +0000 From: "Josh Saddler" Date: Sun, 10 Sep 2006 21:27:57 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml Message-Id: <20060910212757.D3F50645F7@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 8ca6f2c5-aee8-4a84-b2af-ffd8bf131a19 X-Archives-Hash: e68361fac060e54905022ee0a2885c20 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 @@ - + Upgrade guide to MySQL 4.* or 5.0.* @@ -22,7 +22,7 @@ -1.11 +1.12 2006-09-10 @@ -350,20 +350,24 @@

-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 Using UTF-8 with Gentoo +and Localization Guide +documents.

-
+

+In this example, we set some shell environment variables to make use of the +English UTF-8 locale in /etc/env.d/02locale: +

+ +
 LC_ALL=en_US.UTF-8
 LANG=en_US.UTF-8
-export LC_ALL LANG
 

-The system must be configured to support the chosen UTF-8 locale. You will find -more information in our Using UTF-8 with -Gentoo and Localization -Guide documents. +Be sure to run env-update && source /etc/profile afterward.

-- gentoo-doc-cvs@gentoo.org mailing list