Hi!

If your are using jsp try jsp tag for the charset. It works

<%@page language="Java" contentType="text/html; charset=UTF-8"%>

-----Ursprüngliche Nachricht-----
Von: Tom Goeames [mailto:[EMAIL PROTECTED]]
Gesendet: Friday, April 19, 2002 12:20 PM
An: [EMAIL PROTECTED]
Betreff: Problem setting Charset


Hi!

I'm having problems setting the correct charset of my pages. 
I'm using struts 1.0.2 on BEA weblogic 6.1 sp2

In the web.xml i have set the 'content' init parameter of the actionservlet
to 'text/html; charset=UTF-8;'. All the pages are generated correctly. But
the problem is that the browser doesn't understand he has to show the pages
in UTF-8 encoding. So all the special utf-8 chars are showed as 2 ascii
chars.

I looked for the "content-type" header of the page and there is only
"text/html". without any thing about a charset.

Has anyone had some (bad) experiences before with this ? 


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

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

Reply via email to