This is something I have problems with every time I start a new project.

Maybe this helps (not sure since you say Jetty already sends it correctly):
http://www.onthoo.com/blog/programming/2005/07/characterencodingfilter.html

I also have
<%@ tag pageEncoding="UTF-8"%>
and
<%@ page pageEncoding="UTF-8" contentType="text/html;charset=UTF-8"%>
in every tag and page

And make sure your pages (jsp, tags) are also encoded in UTF-8.

Hope this helps!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to