From a20aee5f34e26c0149dc2f522edaa5fbb774ac50 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 10:36:17 +0000 Subject: [PATCH] (Content-Transfer-Encoding parser): Translate. --- mime-en.sgml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/mime-en.sgml b/mime-en.sgml index 2523585..c08f725 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -563,15 +563,14 @@ Return value of parameter of content-type. Content-Type parser

- string + string

-Parse string as field-body of Content-Type field. +Parse string as a field-body of Content-Type field.

-Read field-body of Content-Type field from current-buffer, -and return parsed it. +Parse Content-Type field of the current buffer, and return the result.

Return nil if Content-Type field is not found. @@ -581,7 +580,7 @@ Return nil if Content-Type field is not found. Content-Type utility

- type subtype + type subtype

Return type/subtype string from type and subtype. @@ -596,10 +595,10 @@ specify presentation of an entity or attributes of an entity, such as file name. + author="S. Dorner, K. Moore and R. Troost" + title="Communicating Presentation Information in Internet + Messages: The Content-Disposition Header" date="August + 1997">

FLIM provides parser for Content-Disposition field and structure mime-content-disposition to store information of @@ -678,19 +677,21 @@ Content-Transfer-Encoding. Content-Transfer-Encoding parser

- string + string

-string を content-transfer-encoding として解析した結果を返す。 +Parse string as a field-body of Content-Transfer-Encoding +field, and return the result. - default-encoding + default-encoding

-現在の buffer の Content-Transfer-Encoding 欄を読み取り、解析した結果を -返す。 +Parse Content-Transfer-Encoding field of the current buffer, and +return the result.

-Content-Transfer-Encoding 欄が存在しない場合は -default-encoding を返す。 +Return default-encoding if Content-Transfer-Encoding field +is not found. If it is not specified, nil is used as the +default value. -- 1.7.10.4