swift 05/06/02 18:51:06 Modified: xml/htdocs/doc/en utf-8.xml Log: #89367 - Explain .profile, .bash_profile and .bashrc better
Revision Changes Path 1.18 +8 -3 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- utf-8.xml 2 Jun 2005 18:37:07 -0000 1.17 +++ utf-8.xml 2 Jun 2005 18:51:06 -0000 1.18 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.17 2005/06/02 18:37:07 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.18 2005/06/02 18:51:06 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -20,7 +20,7 @@ <license /> -<version>2.1</version> +<version>2.2</version> <date>2005-06-02</date> <chapter> @@ -232,7 +232,12 @@ our new UTF-8 locales: <c>LC_ALL</c> (this variable overrides the <c>LANG</c> setting as well). There are also many different ways to set it; some people prefer to only have a UTF-8 environment for a specific user, in which case -they set them in their <path>~/.profile</path> or <path>~/.bashrc</path>. +they set them in their <path>~/.profile</path> (if you use <c>/bin/sh</c>), +<path>~/.bash_profile</path> or <path>~/.bashrc</path> (if you use +<c>/bin/bash</c>). +</p> + +<p> Others prefer to set the locale globally. One specific circumstance where the author particularly recommends doing this is when <path>/etc/init.d/xdm</path> is in use, because -- [email protected] mailing list
