rane 06/01/06 02:16:06 Modified: xml/htdocs/doc/en utf-8.xml Log: #116902, you don't need to configure mutt to use utf-8, it's enough to keep your configuration files encoded in utf-8 to make mutt use it
Revision Changes Path 1.36 +6 -9 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- utf-8.xml 20 Dec 2005 13:20:40 -0000 1.35 +++ utf-8.xml 6 Jan 2006 02:16:06 -0000 1.36 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.35 2005/12/20 13:20:40 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.36 2006/01/06 02:16:06 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.15</version> -<date>2005-12-20</date> +<version>2.16</version> +<date>2006-01-06</date> <chapter> <title>Character Encodings</title> @@ -629,14 +629,11 @@ <p> The Mutt mail user agent has very good Unicode support. To use UTF-8 with Mutt, -put the following in your <path>~/.muttrc</path>: +you don't need to put anything in your configuration files. Mutt will work +under unicode enviroment without modification if all your configuration files +(signature included) are UTF-8 encoded. </p> -<pre caption="~/.muttrc for UTF-8"> -set send_charset="utf8" <comment>(outgoing character set)</comment> -set charset="utf8" <comment>(display character set)</comment> -</pre> - <note> You may still see '?' in mail you read with Mutt. This is a result of people using a mail client which does not indicate the used charset. You can't do much -- [email protected] mailing list
