UTF-8 Encoding and Tomcat
843840Sep 27 2007 — edited Sep 27 2007I in the process of creating web application that uses UTF-8 for forms and display. I have read a fair number of article and posts on the issue, including:
- http://forum.java.sun.com/thread.jspa?threadID=459456&messageID=2103106
- http://forum.java.sun.com/thread.jspa?threadID=459525&messageID=2102807
- http://weblogs.java.net/blog/simongbrown/archive/2004/03/displaying_inte.html
None of them seem to be working for me. I am using Tomcat 6. Further research leads me to the following page and the only method that seems to work is by adjusting the connector definition:
http://wiki.apache.org/tomcat/Tomcat/UTF-8
Can anyone confirm that this is the only approach I can successfully use? ie is it an all or nothing approach?