I have a java web project that use Tomcat as server .My problem is when I want to use UTF-8 characters it don't show them correctly.
I mean when I use the UTF-8 characters and run my servlet the characters in browser are not correct.and as I wand to use the in a xml page the page can't be shown.I did it with both firefox and internet explorer but I saw no change.
can anyone tell me what changes I should do in Tomcat and my project to correct this problem?