UTF « IceFaces « JSF Q&A





3. utf-8 problem    icefaces.org

4. UTF-8 encoding problem    icefaces.org

6. UTF-8 support    icefaces.org

8. International File Name in UTF-8    icefaces.org

Dear iceface, I have no idea this is the best way or not. I use iceface 1.7.0 I just modify the com.icesoft.faces.webapp.http.core.UploadServer.java under service method, I set the HeaderEncoding to UTF-8, and every thing are fixed. final ServletFileUpload uploader = new ServletFileUpload(); uploader.setHeaderEncoding("UTF-8"); // this is the line I added... If you think this is a good solution, please update this ...