rane 06/08/29 10:03:52 Modified: utf-8.xml Log: #145397, less doesn't need special handling anymore
Revision Changes Path 1.44 xml/htdocs/doc/en/utf-8.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.43&r2=1.44 Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- utf-8.xml 19 Jul 2006 11:56:26 -0000 1.43 +++ utf-8.xml 29 Aug 2006 10:03:52 -0000 1.44 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.44 2006/08/29 10:03:52 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.21</version> -<date>2006-07-18</date> +<version>2.22</version> +<date>2006-08-28</date> <chapter> <title>Character Encodings</title> @@ -644,27 +644,6 @@ </body> </section> <section> -<title>Less</title> -<body> - -<p> -We all use a lot of <c>more</c> or <c>less</c> along with the <c>|</c> to be -able to correctly see the output of a command, like for example -<c>dmesg | less</c>. While <c>more</c> only needs the shell to be UTF-8 aware, -<c>less</c> needs an environment variable set, <c>LESSCHARSET</c> to ensure -that unicode characters are rendered correctly. This can be set in -<path>/etc/profile</path> or <path>~/.bash_profile</path>. Fire up the editor -of your choice and the add the following line to one of the files mentioned -above. -</p> - -<pre caption="Setting up the Environment variable for less"> -LESSCHARSET=utf-8 -</pre> - -</body> -</section> -<section> <title>Man</title> <body> -- [email protected] mailing list
