My project has properties files for language dependent texts which are encoded (per default derived from content type) in ISO-8859-1.
They are read using ResourceBundle
.
When I run the application on Android I see non-printable characters (e.g for german umlauts äöü).
When I convert the files to UTF-8 then the presentation on Android is fine but now I see non-printable characters when running the application on the (Windows) desktop.
Is there a way/encoding to keep the same files for Windows and Android ?