Hi,
I'm having trouble displaying Korean characters in JWS2.0
As well. The characters display fine when they are part
of the static html [as long as charset is set to EUC_KR in the page directive
*AND* either a) the file.encoding System
property is set to EUC_KR or b) I'm running on a Korean
OS]. However if I try the following, the characters
don't display correctly: out.println("<Korean Characters>");
I looked at the compiled servlet and it contains Unicode
escapes where the Korean Characters used to be.
The escapes seem incorrect (since they all start with
00 e.g.
out.println("\u00bf\u00a9\u00b1\u00e2\u00ba\u00ce\u00c5\u00cd
\u00c0\u00d4\u00b7\u00c2\u00c7\u00cf\u00bc\u00bc\u00bf\u00e4");
)
I've hunted through the Sun site but couldn't find
any "service pack 3".

Please, please, please help !
I've been desperately trying to get our product
to run Internationally but am having a hell of a
time trying to configure the JavaWebServer.

Any help would be greatly appreciated,
Thanks,
-Sher
------------------------------

Date: Tue, 21 Dec 1999 09:10:32 +0900
From: Yufirst <[EMAIL PROTECTED]>
Subject: Re: Problem With 2 Bytes Character in JSP

install the service pack 3!

----- ???? ?????? -----
???? ????: Eui Jin Jang <[EMAIL PROTECTED]>
???? ????: <[EMAIL PROTECTED]>
???? ????: 1999?? 12?? 20?? ?????? ???? 6:39
????: Problem With 2 Bytes Character in JSP


>
> Hi
>
> I tried like this :
> <%@ page contentType="text/html; charset=EUC-KR" %>
>
> file://.......Display 2 Bytes Characters
> .........................
>
> But, The 2 bytes characters doesn't show correctly.
> How can I display this properly?
>
> I long for answer.
>
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to