Description
Curently the response character encoding is set by overriding Page getContenType and adding the charset value. Servlet 2.4 allows setting the characterEncoding directly on the response. Click page should expose a new method called, getCharacterEncoding, which the ClickServlet can use to set the character encoding on the response.