Re: Setting encoding for tomcat compiler

2008-11-26 Thread Michael Ludwig
Ronald Vyhmeister schrieb am 27.11.2008 um 08:47:07 (+0800): > In looking through the documentation, it looks like the default > encoding for the compiler is ISO-8859-1. Not quite. The javac man page (1.4, 1.6 ...) has this to say: -encoding encoding Set the source file encoding name, such

Setting encoding for tomcat compiler

2008-11-26 Thread Ronald Vyhmeister
In looking through the documentation, it looks like the default encoding for the compiler is ISO-8859-1. I need to use Windows-1251 (Russian input). The javac compiler takes an encoding option, but I have not figured out (maybe it's just too late) how to make it use that encoding for all files (on