Project Build Plugin UTF-8 Encoding
Hi
Is there a setting for the source encoding in the Project Build Plugin?
Changing the default encoding (windows-1252) to UTF-8 results in a wrong class file.
For example the following class
public class Test {
private String test = "Hans im Glück";
}
results in the following class file
....
Hans im Glück
....
Compiling in the Designer results in the correct
...
"Hans im Glück"
...
Regards
Michael