> 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
>
>
&g
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?
Penn,
The meta-tag is only interpreted by the client, so I'm not sure why IE isn't doing the right thing.
A better approach is to use the HTTP headers, which are processed by the server, and should be more consistent with clients over all:
<%@ page contentType="text/html ; charset=big5"%>
-Jas
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 w
For shure that's not a jBoss problem. Responsible for the HTML page and the
http headers are only tomcat.
But indeed this looks stange. It looks as an IE problem, because the
dependency on the file extention.
Compare the HTML source generated by tomcat 3.2.1 and tomcat 3.2.2. Which
difference is