nightmorph 09/06/15 19:59:58 Modified: guide-localization.xml Log: fixing some screwy behavior by locale-gen. its inconsistency is documented in bug 273779
Revision Changes Path 1.56 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.55&r2=1.56 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- guide-localization.xml 14 Jun 2009 09:16:34 -0000 1.55 +++ guide-localization.xml 15 Jun 2009 19:59:58 -0000 1.56 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.55 2009/06/14 09:16:34 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.56 2009/06/15 19:59:58 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -32,8 +32,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.41</version> -<date>2009-06-14</date> +<version>1.42</version> +<date>2009-06-15</date> <chapter> <title>Time zone</title> @@ -216,13 +216,13 @@ </p> <pre caption="Setting the default system locale in /etc/env.d/02locale"> -LANG="de_DE.UTF-8 UTF-8" +LANG="de_DE.UTF-8" LC_COLLATE="C" </pre> <note> Use <c>de...@euro ISO-8859-15</c> as your LANG if you want to use the Euro -currency symbol (€) +currency symbol (€). </note> <p> @@ -233,7 +233,7 @@ </p> <pre caption="Setting the user locale in ~/.bashrc"> -export LANG="de_DE.UTF-8 UTF-8" +export LANG="de_DE.UTF-8" export LC_COLLATE="C" </pre> @@ -244,7 +244,7 @@ </p> <pre caption="Using traditional C locale while specifying UTF-8"> -LC_CTYPE=de_DE.UTF-8 UTF-8 +LC_CTYPE=de_DE.UTF-8 </pre> <p>