I am unclear about what calling response.setContentType("text/html; charset=UTF-8"); does. The documentation says:
Sets the content type of the response being sent to the client.
I was having trouble understanding how this was achieved (ie: How I can verify it is working).
I just found this blog posting, it works with JSP, but is doing something similar to what I want to do:
web page