From be5c62d525400e84763644541cc0847233d231d6 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:09:04 +0000 Subject: [PATCH] (Header encoder/decoder): Modify description of `eword-decode-header'. --- mime-en.sgml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mime-en.sgml b/mime-en.sgml index cdc9413..9941a5d 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -863,12 +863,14 @@ FLIM はこれらを符号化・復号化する機能を提供します。

Decode MIME encoded-words in header fields.

-If code-conversion is nil, it decodes only -encoded-words. If it is mime-charset, it decodes non-ASCII bit -patterns as the mime-charset. Otherwise it decodes non-ASCII bit -patterns as the default-mime-charset. -

-If separator is not nil, it is used as header separator. +If code-conversion is nil, only encoded-words +are decoded. If code-conversion is a MIME +charset, non-ASCII bit patterns are decoded as the MIME +charset. Otherwise non-ASCII bit patterns are decoded as the +default-mime-charset. +

+If separator is not nil, it is used as header +separator. -- 1.7.10.4