Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by PrestonBannister:
http://wiki.apache.org/tomcat/FAQ/CharacterEncoding

------------------------------------------------------------------------------
  
  '''How can I test if my configuration will work correctly?'''
  
- The following sample JSP should work ona clean Tomcat install for any input. 
If you set the URIEncoding="UTF-8" on the connector, it will also work with 
method="GET".
+ The following sample JSP should work on a clean Tomcat install for any input. 
If you set the URIEncoding="UTF-8" on the connector, it will also work with 
method="GET".
  {{{
  <%@ page contentType="text/html; charset=UTF-8" %>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to