One more question.

Did you test my jsp code?

<%@ page language="java" %>
<%@ page contentType="text/html; charset=euc-kr" %>

<html>
<body>
¾È³çÇϼ¼¿ä? <%="Á¶ÇåÁؾ¾" %>
</body>
</html>

> -----Original Message-----
> From: jang eui jin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 23, 1999 9:25 AM
> To: Á¶ÇåÁØ
> Cc: [EMAIL PROTECTED]
> Subject: Re: Does JSP support non default encoding ?
>
>
> Hi!
>
> I recommand 'Apache + JServ + GNUJSP.'
>
> It can diplay 2bytes character properly.
>
> The code below is needed.
> <%@ page contentType="text/html; charset=euc-kr" %>
>
> I hope it help you.
>
> Á¶ÇåÁØ wrote:
>
> > we are use korean character "EUC-KR" or "KSC5601"
> > but JSP can't translate korean character in java code
> >
> > I make a simple code bellow
> >
> > <%@ page language="java" %>
> > <%@ page contentType="text/html; charset=euc-kr" %>
> >
> > <html>
> > <body>
> > ¾È³çÇϼ¼¿ä? <%="Á¶ÇåÁؾ¾" %>
> > </body>
> > </html>
> >
> > "Á¶ÇåÁؾ¾" encoded in EUC-KR but JSP can't translate "Á¶ÇåÁؾ¾"
> character.
> > "¾È³çÇϼ¼¿ä?" is can translate becuase page content type is euc-kr
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to