Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: utf-8.xml
Date: Mon, 26 Mar 2012 21:02:58
Message-Id: 20120326192156.D50DB2004B@flycatcher.gentoo.org
1 swift 12/03/26 19:21:56
2
3 Modified: utf-8.xml
4 Log:
5 Fix bug #399833 - Update utf-8 document to inform users not to use UTF-8 on system configuration files
6
7 Revision Changes Path
8 1.56 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.56&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.56&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.55&r2=1.56
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.55
18 retrieving revision 1.56
19 diff -u -r1.55 -r1.56
20 --- utf-8.xml 8 Mar 2011 18:16:32 -0000 1.55
21 +++ utf-8.xml 26 Mar 2012 19:21:56 -0000 1.56
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.55 2011/03/08 18:16:32 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.56 2012/03/26 19:21:56 swift Exp $ -->
27
28 <guide>
29 <title>Using UTF-8 with Gentoo</title>
30 @@ -28,8 +28,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license />
33
34 -<version>4</version>
35 -<date>2011-03-08</date>
36 +<version>5</version>
37 +<date>2012-03-26</date>
38
39 <chapter>
40 <title>Character Encodings</title>
41 @@ -841,4 +841,19 @@
42 </body>
43 </section>
44 </chapter>
45 +
46 +<chapter>
47 +<title>Reported Issues or Problems</title>
48 +<section>
49 +<title>System Configuration Files (in /etc)</title>
50 +<body>
51 +
52 +<p>
53 +Most system configuration files, such as <path>/etc/fstab</path>, do not support
54 +UTF-8. It is recommended to stick with the ASCII character set for these files.
55 +</p>
56 +
57 +</body>
58 +</section>
59 +</chapter>
60 </guide>