1. Page encoding problem - polish signs.(UTF-8) icefaces.org |
3. utf-8 problem icefaces.org |
4. UTF-8 encoding problem icefaces.org |
5. UTF-8 charset in ICEfaces alpha 0.3.0? icefaces.org |
6. UTF-8 support icefaces.org |
7. Problem refreshing page + utf-8 formatted changed!!! icefaces.org |
8. International File Name in UTF-8 icefaces.orgDear 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 ... |