https://issues.apache.org/bugzilla/show_bug.cgi?id=48550
--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> 2010-12-03 11:31:00 EST --- (In reply to comment #1) > Please clarify what is the actual difference between these two statements: > > 3) update Servlet and JSP examples to allow UTF-8 input (1) and 2) will > provide > that) and to use UTF-8 as their output character encoding > > 4) the servlet/JSP sources will probably stay as ISO-8859-1, as they are now #3 means changing the examples webapp to accept UTF-8 input (shouldn't be a big deal, as #1 and #2 provide that, as mentioned) and to set the <%...@page pageEncoding="UTF-8" @> in order to set the output encoding. #4 means that we won't bother re-encoding all of the JSP files as UTF-8 because a) such a change would be surprising to users and b) it is not necessary as those pages are probably all using pure ASCII at this point anyway -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org