Tried....
the encoding was set correctly but the Chiness charecters displayed was
incorrect, i got rubbish displayed...
the server seems like encode the data b4 it send to me.

any idea ????

Penn

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Ward
Sent: Friday, June 29, 2001 9:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] jBoss 2.2.2 does not set the encoding format
for IE5.5


Penn,

Try adding:

<%@ page contentType="text/html; charset=Big5" %>

as the *very first line* of your jsp.  What is the ISO code for Big5?
(You might want to use that instead, though not related to your problem)

Hope this helps,
David

--

Penn wrote:

> Hi,
>
> I found out that jBoss 2.2.2 with Tomcat3.2.2 have problem on setting IE's
> encoding format
>
> i have a jsp file that set the meta tag
> <meta http-equiv="Content-Type" content="text/html; charset=big5">
>
> when i load the jsp, the encoding format of IE was not set to Big5
>
> if i change the file extension from .jsp to .html
> the encoding format of IE will change to Big5
>
> i don't have this problem on jBoss2.1 with Tomcat 3.2.1
>
>
> seems like Tomcat's problem ????
>
> any suggestion
>
> tia
>
> Penn
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to