Hi,

I am testing JSP1.0 ea2.
This version seems to support setContentType.

I wrote JSP using SJIS code.     SJIS  x82a0   (unicode= u3042)
Genetrated  .java codes were unicode highbyte=00.   u0042 -->"B"

SJIS x93fa (unicode= u65e5) --> u00e5

System.getProperty("file.encoding") was MS932 (=SJIS).
I set this to SJIS,but same result.

Please teach me how to use 2 byte codes.



<% response.setContentType("text/html; charset=SJIS"); %>
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=SJIS" >
</HEAD>
<BODY>
 $B$"F| (B    <!-- 2byte code 2charactors -->
</BODY>
</HTML>
--
Yoshiyuki Kumadaki/ $B7'2{ (B  $BA1G7 (B
 Web Japan Co.,Ltd / $B!J3t!K%&%(%V%8%c%Q%s (B
<mailto:[EMAIL PROTECTED]>
<http://www.webjp.ne.jp/>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to