Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Tue, 29 Aug 2006 10:04:11
Message-Id: 20060829100353.28D0C645DE@smtp.gentoo.org
1 rane 06/08/29 10:03:52
2
3 Modified: utf-8.xml
4 Log:
5 #145397, less doesn't need special handling anymore
6
7 Revision Changes Path
8 1.44 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.43&r2=1.44
13
14 Index: utf-8.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- utf-8.xml 19 Jul 2006 11:56:26 -0000 1.43
21 +++ utf-8.xml 29 Aug 2006 10:03:52 -0000 1.44
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.43 2006/07/19 11:56:26 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.44 2006/08/29 10:03:52 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/utf-8.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license />
32
33 -<version>2.21</version>
34 -<date>2006-07-18</date>
35 +<version>2.22</version>
36 +<date>2006-08-28</date>
37
38 <chapter>
39 <title>Character Encodings</title>
40 @@ -644,27 +644,6 @@
41 </body>
42 </section>
43 <section>
44 -<title>Less</title>
45 -<body>
46 -
47 -<p>
48 -We all use a lot of <c>more</c> or <c>less</c> along with the <c>|</c> to be
49 -able to correctly see the output of a command, like for example
50 -<c>dmesg | less</c>. While <c>more</c> only needs the shell to be UTF-8 aware,
51 -<c>less</c> needs an environment variable set, <c>LESSCHARSET</c> to ensure
52 -that unicode characters are rendered correctly. This can be set in
53 -<path>/etc/profile</path> or <path>~/.bash_profile</path>. Fire up the editor
54 -of your choice and the add the following line to one of the files mentioned
55 -above.
56 -</p>
57 -
58 -<pre caption="Setting up the Environment variable for less">
59 -LESSCHARSET=utf-8
60 -</pre>
61 -
62 -</body>
63 -</section>
64 -<section>
65 <title>Man</title>
66 <body>
67
68
69
70
71 --
72 gentoo-doc-cvs@g.o mailing list