On Thu, 2004-02-12 at 09:26, [EMAIL PROTECTED] wrote:
> we have to setup the default encoding in our web server (apache)
> to be set the encoding of ie automaticly
> 
> i dont know if this is the only somlution,but it's work
> 
> --stavros 
> 
> 
> 
> On Wed, 11 Feb 2004, [gb2312] ÂÎ ÎÂÎÂ wrote:
> 
> > Hi,all:
> >     I want to use Chinese chacter in the page and don't want it to be encoded as 
> > someting like &#8983.
> > So I change configurations in web.xml:
> >    <init-param>
> >    <param-name>container-encoding</param-name>
> >    <param-value>utf-8</param-value>
> >    </init-param>
> >    <init-param>
> >    <param-name>form-encoding</param-name>
> >    <param-value>utf-8</param-value>
> >    </init-param>
> > and I also change HTMLSerializer config in root sitemap.
> >     <map:serializer logger="sitemap.serializer.html" mime-type="text/html" 
> > name="html" pool-grow="4" pool-max="32" pool-min="4"
> > src="org.apache.cocoon.serialization.HTMLSerializer"> 
> >     <encoding>utf-8</encoding>
> >     </map:serializer>
> > Now I can see Chinese in the page,but IE still auto encode it with iso-8859-1,
> > I must change the encoding to "unicode" manully.How can I make IE auto select
> > encoding in "unicode"?

For a version of mozilla and as far as I can remember also for IE adding
the meta-tag to the HTML isn't enough. I posted a not on this in wiki a
few months ago. The solution for me was:

response.setHeader("Content-Type", "text/html; charset=UTF-8");

Hope this helps!

Eduard

> > the html generated list here:
> > <html>
> > <head>
> > <META http-equiv="Content-Type" content="text/html; charset=utf-8">
> > Thanks in advance.
> >  
> > roy huang
> > guangzhou guangdong China.
> > [EMAIL PROTECTED] or [EMAIL PROTECTED]  
> > 
> > __________________________________________________________________________________________________________________________________________________________________________
> > ÎÎÎÎ MSN Messenger ÎÎÎÂÏÎÎÎÏÎÎÂÏÎÎÂÂÎÏ 
> > --------------------------------------------------------------------- To 
> > unsubscribe, e-mail:
> > [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Eduard Drenth <[EMAIL PROTECTED]>
home sweet home


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to