Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Sun, 10 Jul 2005 11:12:31
Message-Id: 200507101111.j6ABBqHv003181@robin.gentoo.org
1 fox2mike 05/07/10 11:12:10
2
3 Modified: xml/htdocs/doc/en utf-8.xml
4 Log:
5 Making code listing clearer. Thanks for Deathwing00 for reporting.
6
7 Revision Changes Path
8 1.29 +8 -4 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo
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.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- utf-8.xml 4 Jul 2005 06:21:14 -0000 1.28
21 +++ utf-8.xml 10 Jul 2005 11:12:10 -0000 1.29
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.28 2005/07/04 06:21:14 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 fox2mike 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.8</version>
34 -<date>2005-07-04</date>
35 +<version>2.9</version>
36 +<date>2005-07-10</date>
37
38 <chapter>
39 <title>Character Encodings</title>
40 @@ -367,7 +367,11 @@
41
42 <pre caption="Example usage of convmv">
43 # <i>emerge --ask app-text/convmv</i>
44 -# <i>convmv -f current-encoding -t utf-8 filename</i>
45 +<comment>(Command format)</comment>
46 +# <i>convmv -f &lt;current-encoding&gt; -t utf-8 &lt;filename&gt;</i>
47 +<comment>(Substitute iso-8859-1 with the charset you are converting
48 +from)</comment>
49 +# <i>convmv -f iso-8859-1 -t utf-8 filename</i>
50 </pre>
51
52 <p>
53
54
55
56 --
57 gentoo-doc-cvs@g.o mailing list