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: Fri, 06 Jan 2006 02:16:16
Message-Id: 200601060216.k062G7r6005389@robin.gentoo.org
1 rane 06/01/06 02:16:06
2
3 Modified: xml/htdocs/doc/en utf-8.xml
4 Log:
5 #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
6
7 Revision Changes Path
8 1.36 +6 -9 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.36&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.36&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.35&r2=1.36&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.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- utf-8.xml 20 Dec 2005 13:20:40 -0000 1.35
21 +++ utf-8.xml 6 Jan 2006 02:16:06 -0000 1.36
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.35 2005/12/20 13:20:40 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.36 2006/01/06 02:16:06 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.15</version>
34 -<date>2005-12-20</date>
35 +<version>2.16</version>
36 +<date>2006-01-06</date>
37
38 <chapter>
39 <title>Character Encodings</title>
40 @@ -629,14 +629,11 @@
41
42 <p>
43 The Mutt mail user agent has very good Unicode support. To use UTF-8 with Mutt,
44 -put the following in your <path>~/.muttrc</path>:
45 +you don't need to put anything in your configuration files. Mutt will work
46 +under unicode enviroment without modification if all your configuration files
47 +(signature included) are UTF-8 encoded.
48 </p>
49
50 -<pre caption="~/.muttrc for UTF-8">
51 -set send_charset="utf8" <comment>(outgoing character set)</comment>
52 -set charset="utf8" <comment>(display character set)</comment>
53 -</pre>
54 -
55 <note>
56 You may still see '?' in mail you read with Mutt. This is a result of people
57 using a mail client which does not indicate the used charset. You can't do much
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list