jkt 08/10/10 17:42:15 Modified: utf-8.xml Log: forgot this one in the previous commit
Revision Changes Path 1.50 xml/htdocs/doc/en/utf-8.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.49&r2=1.50 Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- utf-8.xml 10 Oct 2008 16:03:49 -0000 1.49 +++ utf-8.xml 10 Oct 2008 17:42:15 -0000 1.50 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.49 2008/10/10 16:03:49 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.50 2008/10/10 17:42:15 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,7 +25,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.26</version> +<version>2.27</version> <date>2008-10-10</date> <chapter> @@ -262,11 +262,8 @@ </pre> <note> -You can also substitute <c>LC_ALL</c> for <c>LANG</c>. This sets your locale -for all categories, including numerical and currency values. On a very few -systems, it might cause some issues. However, most users should be able to use -<c>LC_ALL</c> without problems. For more information on the categories affected -by using <c>LC_ALL</c>, please read the <uri +You can also substitute <c>LC_CTYPE</c> for <c>LANG</c>. For more information on +the categories affected by using <c>LC_CTYPE</c>, please read the <uri link="http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories">GNU locale page</uri>. </note> @@ -289,7 +286,7 @@ <pre caption="Checking if our new locale is in the environment"> # <i>locale</i> -LANG= +LANG=en_GB.UTF-8 LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" @@ -302,7 +299,7 @@ LC_TELEPHONE="en_GB.UTF-8" LC_MEASUREMENT="en_GB.UTF-8" LC_IDENTIFICATION="en_GB.UTF-8" -LC_ALL=en_GB.UTF-8 +LC_ALL= </pre> <p>
