I'm sending through a form, some text inside a TEXTAREA and a INPUT with type="text".
In those boxes, when I write, for example "è", my destination Servlet receive "è".
I've tried adding System.setProperty("file.encoding", "UTF-8");
but it's not working.
How can I solve this?