Details
Description
We currently have encoding defaulting to UTF-8 which covers a large number of our cases but we need to detect and use the proper encoding for a page.
Issue Links
- blocks
-
ICE-5608 Chinese characters display improperly with Auction chat
-
- Closed
-
- depends on
-
ICE-5664 Review use of Wrappers rather than directly subclassing interfaces.
-
- Closed
-
- is duplicated by
-
ICE-5556 DOMResponseWriter requires should support all the same options for contentType and characterEncoding as jsf2.0
-
- Closed
-
After the response writers to use wrappers, we are now able to use the supplied encoding where appropriate.
I had successfully tested the use of Chinese characters on Mac OS X (Tomcat and Glassfish with Safari/Firefox/Chrome) using the latest from the trunk and could not reproduce the problem.
I than switched over to Windows. After installing the East Asian character sets, I ran IE/Firefox/Chrome against Glassfish and still could not reproduce the issue. I asked Joanne to help and she was able to have everything working as well using here browsers as well as her test server. At this point, it appears that everything related to character encoding is working as required so I'm marking this as fixed as well as the more specific issue blocked by this.