From fa60215e22534be955b8006b79e16d117291f358 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 31 May 1999 08:54:39 +0000 Subject: [PATCH] (Network representation of header): Translate. --- mime-en.sgml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mime-en.sgml b/mime-en.sgml index dd428f8..3ef7f7f 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -870,18 +870,23 @@ ENCODING must be string.")

Network representation of header encoded-word

-encoded-word は header で非 ASCII 文字を表現するための形 -式で、RFC 2047 で定義されています。 +RFC 2047 defines the +encoded-word which is a format to represent +non-ASCII characters in a header.

-また、行儀の悪いことだと言えますが、encoded-word を用いずに非 -ASCII 文字を header に入れた記事も存在します。 +The encoded-word is the only valid format to represent +non-ASCII characters in a header, but there are also +invalid styles. Such kinds of evil messages represent +non-ASCII characters in headers without encoded-words (it +is called "raw" non-ASCII characters).

-FLIM はこれらを符号化・復号化する機能を提供します。 +FLIM provides encoding/decoding features of both encoded-word and +invalid "raw" non-ASCII characters.

Header encoding/decoding -- 1.7.10.4