Re: How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread Stefan Burkard
hi roy i had the same effect with cyrillic characters to display russian language! in effect, if i connect directly to tomcat on port 8080 everything runs ok, because tomcat and cocoon both don't set any encoding in the http-header. therefore the meta-tag in the html-page (set by cocoon-serial

Re: How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread Jaroslav Kuruc
Make sure your servlet container doesn't add charset=ISO-8859-1 in HTTP header. Charset in meta tag only matters if no (or the same) charset is in HTTP header. 黄 海冬 wrote: > Hi,all: >I want to use Chinese chacter in the page and don't want it to be > encoded as someting like ⌗. > So I change

How can I make IE display html in auto encoding utf-8?Sorry last mail use html

2004-02-12 Thread 黄 海冬
Hi,all: I want to use Chinese chacter in the page and don't want it to be encoded as someting like ⌗. So I change configurations in web.xml: container-encoding utf-8 form-encoding utf-8 and I also change HTMLSerializer config in root sitemap. utf-8 Now I can see