Re: MIME info.

Ned Freed <NED@innosoft.com> Sat, 19 August 1995 02:33 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa25418; 18 Aug 95 22:33 EDT
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa25414; 18 Aug 95 22:33 EDT
Received: from list.cren.net by CNRI.Reston.VA.US id aa22611; 18 Aug 95 22:33 EDT
Received: from localhost ([127.0.0.1]) by list.cren.net with SMTP id <4084-9>; Fri, 18 Aug 1995 22:33:40 -0400
Received: from dimacs.rutgers.edu ([128.6.75.16]) by list.cren.net with SMTP id <4070-7>; Fri, 18 Aug 1995 22:33:30 -0400
Received: from THOR.INNOSOFT.COM (THOR.INNOSOFT.COM [192.160.253.66]) by dimacs.rutgers.edu (8.6.12+bestmx+oldruq+newsunq+grosshack/8.6.12) with ESMTP id WAA27095 for <ietf-822@dimacs.rutgers.edu>; Fri, 18 Aug 1995 22:33:24 -0400
Received: from INNOSOFT.COM by INNOSOFT.COM (PMDF V5.0-5 #2001) id <01HU807IQHSG8ZEYAY@INNOSOFT.COM>; Fri, 18 Aug 1995 19:32:42 -0700 (PDT)
Message-Id: <01HU8AGFQDDW8ZEYAY@INNOSOFT.COM>
Date: Fri, 18 Aug 1995 19:30:29 -0700
X-Orig-Sender: owner-ietf-822@list.cren.net
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Ned Freed <NED@innosoft.com>
To: BDSCSC@tevm2.nsc.com
Cc: ietf-822@dimacs.rutgers.edu
Subject: Re: MIME info.
In-Reply-To: "Your message dated Fri, 18 Aug 1995 09:25:55 -0700 (PDT)" <9508181625.AA07988@nsc.nsc.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN; CHARSET="US-ASCII"
Content-transfer-encoding: 7bit
X-Listprocessor-Version: 7.2 -- ListProcessor by CREN

> FROM: Daniel Calafut
> National Semiconductor
> (408) 721-4331 Fax (408) 732-4116
> SUBJECT: MIME info.
> I have a question concerning the definitions in the current MIME spec. about
>  JIS/SJIS (for Japanese) encoding.  Does MIME provide a standardized header for
>  this and other languages needing two-byte representations?  Thanks...

The answer is yes, MIME does provide for this sort of thing. The charset=
parameter of the text/plain content-type is used. See RFC1521 for specifics of
this header field and parameter and RFC1468 for the specific character encoding
used for Japanese text. (Its ISO-2022 based instead of shift-JIS, but
conversion between ISO-2022-JP and shift-JIS isn't difficult.)

				Ned