I\'m using tomcat 6.0.32 in windows 7. Inside a very simple servlet, inside the init method, I\'m printing:
System.out.println(Charset.defaultCharset());
Just create a setenv.bat file inside the TOMCAT/bin directory with the following contents:
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF8"