From 4b501c9c3b8542d840dc90c9b7d2147d024e4612 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:41:57 +0000 Subject: [PATCH] update. --- mime-en.texi | 3 ++- mime-ja.texi | 22 ++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/mime-en.texi b/mime-en.texi index e8f47e2..594ba77 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -973,7 +973,8 @@ If @var{separator} is not @code{nil}, it is used as header separator. Encode header fields to network representation, such as MIME encoded-word.@refill -It refer variable @code{eword-field-encoding-method-alist}. +Each field is encoded as corresponding method specified by variable +@code{eword-field-encoding-method-alist}. @end defun diff --git a/mime-ja.texi b/mime-ja.texi index 7be3de2..6b45bbc 100644 --- a/mime-ja.texi +++ b/mime-ja.texi @@ -796,7 +796,7 @@ Decode region @var{start} to @var{end} of current buffer using @defun mime-decode-string string encoding -@var{string} を @var{encoding} として復号した結果を返します。 +@var{string} を @var{encoding} として復号した結果を返す。 @end defun @@ -946,23 +946,25 @@ FLIM はこれらを符号化・復号化する機能を提供します。 @defun eword-decode-header &optional code-conversion separator -Decode MIME encoded-words in header fields.@refill +Header 中の encoded-word を復号する。@refill -If @var{code-conversion} is @code{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.@refill +もし @var{code-conversion} が @code{nil} なら、encoded-word だけが復号さ +れる。もし、@var{code-conversion} が MIME charset (@ref{MIME charset}) +なら、非 ASCII bit patterns はその MIME charset として復号される。これ以 +外の場合、非 ASCII bit patterns は@code{default-mime-charset}. として復 +号される。(cf. @ref{entity formatting}) @refill -If @var{separator} is not nil, it is used as header separator. +もし @var{separator} が @code{nil} でなければ、その値がheader separator +として用いられる。 @end defun @defun eword-encode-header &optional code-conversion -Encode header fields to network representation, such as MIME -encoded-word.@refill +Header を network 表現に符号化する。@refill -It refer variable @code{eword-field-encoding-method-alist}. +各 field は @code{eword-field-encoding-method-alist} で指定された方式で +符号化される。 @end defun -- 1.7.10.4