swift 12/03/26 19:21:56 Modified: utf-8.xml Log: Fix bug #399833 - Update utf-8 document to inform users not to use UTF-8 on system configuration files
Revision Changes Path 1.56 xml/htdocs/doc/en/utf-8.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.55&r2=1.56 Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- utf-8.xml 8 Mar 2011 18:16:32 -0000 1.55 +++ utf-8.xml 26 Mar 2012 19:21:56 -0000 1.56 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.55 2011/03/08 18:16:32 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.56 2012/03/26 19:21:56 swift Exp $ --> <guide> <title>Using UTF-8 with Gentoo</title> @@ -28,8 +28,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>4</version> -<date>2011-03-08</date> +<version>5</version> +<date>2012-03-26</date> <chapter> <title>Character Encodings</title> @@ -841,4 +841,19 @@ </body> </section> </chapter> + +<chapter> +<title>Reported Issues or Problems</title> +<section> +<title>System Configuration Files (in /etc)</title> +<body> + +<p> +Most system configuration files, such as <path>/etc/fstab</path>, do not support +UTF-8. It is recommended to stick with the ASCII character set for these files. +</p> + +</body> +</section> +</chapter> </guide>
