I have an application in Java FX, I have the views in FXML files. The thing is that I have some labels with special characters as: " á,é,í,ó,ú,¿" and none of them are displayed well when I executed the application on a linux enviroment, but in Windows 8 all is fine. Following, I'll show some examples:
So, I'm working in eclipse I checked the the default encoding configuration of the project for FXML files, and I have this:
So, how could I handle this?Thanks