From: morioka Date: Sun, 18 Oct 1998 12:34:52 +0000 (+0000) Subject: (Header encoder/decoder): Translate. X-Git-Tag: flim-199811302358~8 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0f215dd973e512469a1be84976787cd1e4810a;p=elisp%2Fflim.git (Header encoder/decoder): Translate. --- 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 で指定され +た方式で符号化される。