From 2f0f215dd973e512469a1be84976787cd1e4810a Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:34:52 +0000 Subject: [PATCH] (Header encoder/decoder): Translate. --- mime-ja.sgml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/mime-ja.sgml b/mime-ja.sgml index 8ef8a2b..cda5ae9 100644 --- a/mime-ja.sgml +++ b/mime-ja.sgml @@ -708,9 +708,9 @@ using encoding. - string encoding + string encoding

-stringencoding として復号した結果を返します。 +stringencoding として復号した結果を返す。 @@ -850,23 +850,26 @@ FLIM はこれらを符号化・復号化する機能を提供します。 code-conversion separator

-Decode MIME encoded-words in header fields. +Header 中の encoded-word を復号する。

-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. +もし code-conversionnil なら、encoded-word +だけが復号される。もし、code-conversionMIME +charset なら、非 ASCII bit patterns はその MIME charset として +復号される。これ以外の場合、非 ASCII bit patterns は +default-mime-charset. として復号される。

-If separator is not nil, it is used as header separator. +もし separatornil でなければ、その値が +header separator として用いられる。 - code-conversion + code-conversion

-Encode header fields to network representation, such as MIME -encoded-word. +Header を network 表現に符号化する。

-It refer variable eword-field-encoding-method-alist. +各 field は eword-field-encoding-method-alist で指定され +た方式で符号化される。 -- 1.7.10.4