DO NOT EDIT OR ANSWER THIS ISSUE. SEE THE ORIGINAL ISSUE INSTEAD:
https://www.jfire.org/modules/bugs/view.php?id=1341
ORIGINAL REPORTER: daniel
Initialize Workspace should switch default character encoding to UTF-8.
For Windows users by default ISO-Something is selected.
ORIGINAL COMMENT BY Marc, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=1341
This is not that easy.
It is not configured anywhere that JFire projects are UTF-8. It may be configured for every project and even every file in Eclipse.
What we would need to have this feature is a product-wide default setting but we still have product facets which might use another encoding. This layer cannot be represented in Eclipse.
A possibility would be to save the default project character set in eclipse and check that settings file in. This would also allow developers to use project set files and not be dependent on our build system.
I will think about a product-setting but I am not sure whether doing it this way would be nice.