summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-14 23:58:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-14 23:58:28 +0000
commited4b75d5fce03f3c7608f04000794e9fe986064d (patch)
tree4f29c65747115894c5877db74b9a7a28ea374a67 /INSTALL
parent25db60bb28dfeb3fced37723f2968511662f1723 (diff)
Add a comment about the sample iconv-hook files.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 20 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d83b81ef..4b03348d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -187,6 +187,8 @@ run the ``configure'' script again.
Please note that "VPATH" builds currently do _not_ work.
+
+
Character set support
=====================
@@ -198,12 +200,29 @@ on a system which does not have them, it is recommended that you
install Bruno Haible's portable libiconv library, which you can obtain
from:
-ftp://ftp.ilog.fr/pub/Users/haible/gnu/
+ ftp://ftp.ilog.fr/pub/Users/haible/gnu/
Even if your system does provide the iconv functions, you might want
to install libiconv, as some systems provide only a very limited
version of iconv.
+
+If you decide to use your system's iconv implementation, you may
+need to tell mutt about implementation-defined names for some
+character sets. Sample configuration files for various systems can
+be found in the directory contrib/iconv/ in this source
+distribution, and will be installed in the samples/iconv directory
+as part of mutt's documentation.
+
+In order to use these sample configuration files, just put a line
+like
+
+ source /usr/local/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc
+
+into your system's global Muttrc, which normally resides in /etc or
+/usr/local/etc.
+
+
If you really want to, you can configure Mutt --without-iconv, but
there will then be no character set conversion.