I realized that it's working when I post a string and display it (with an action and a form). The only thing that doesn't work is with some characters written directly in a JSP.
On 5/30/07, Matt Raible <[EMAIL PROTECTED]> wrote:
If you comment out the gzipFilter's mapping in web.xml, does it fix the problem? Matt On 5/30/07, MO <[EMAIL PROTECTED]> wrote: > Hi all > > I'm trying to use UTF-8 with Appfuse but I have a problem displaying some > characters. > I copied some asian and other kind of characters from this page : > http://www.macchiato.com/unicode/Unicode_transcriptions.html > and pasted it directly in a JSP page (with eclipse). > When I display the page by using a global foward with struts, some (not all > of them) characthers are changed with question marks. > When I display the JSP page directly without using the foward, all the > characters are the same as in the original JSP page. > Example : when I use the url "/test.html" wich is a redirect to > WEB-INF/pages/test.jsp, some characters are changed. If I copy test.jsp > directly at the root of the webapp, everything is displaying OK. > > I use Appfuse 1.9.4 under windows with Eclipse. > In the browser the charset used to read the page is UTF-8 (if you go to the > view/character encoding menu), the response (the http header) is saying that > it's UTF-8, the request and the response is set to UTF-8 with a filter, the > jsp file is written in UTF-8 with Eclipse, tomcat config ( server.xml in > connector tag) is set to UTF-8... Any idea ? > > Thank you > Mark > > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
