I'm having trouble with special characters in my Tomcat projects. I have all of my files in UTF-8 with meta set for UTF-8 and still when I write łóęążźć
in any form and send it by POST/GET method (I'm doing it by ajax with jQuery) I got something much more like: [|zB�D
.
How can I fix it? I'm pretty sure it's because of Tomcat (I'm using 6.0 version).