Hi
Normally when i save java source code in ecplise it compiles this java source into a class file, is it possible to change this compiler to compile with -encoding UTF-8,
I can use ANT and add -encoding to javac command, but what happens is every time i change some java source i wil have to run this ant command, as normally ecplise does not compile with UTF-8 as encoding
Ashish