In my Eclipse project, source files use UTF-8 and I have no problem to use e.g.
ε (epsilon)
in a Javadoc comment fo a source file. However, when I generate the Javadoc (Project - Generate Javadoc), the epsilon character isn'T properly displayed - how to fix this?
Thanks for any hint!