The character encoding of the Eclipse Plugin is hardcoded to UTF-8 but should use the encoding you specified on the files.
The Problem seems to be in: antenna.eclipse.preprocessor/src/antenna/eclipse/preprocessor/builder/APPBuilder.java
Method: void runPreprocessor(IResource resource)
Line 65: boolean changed = processor.preprocess(contents, bout, "UTF-8");
Stefan Kerkewitz
Logged In: YES
user_id=126268
Originator: NO
is this still happening with the latest version?