The prop files are always ISO-8859-1 encoded so there is a problem if we want to use utf-8 translations. When loading the inputStream in properties I bypass it with creating String from the inputStream in the right encoding which then is loaded in the properties map.
The prop files are always ISO-8859-1 encoded so there is a problem if we want to use utf-8 translations. When loading the inputStream in properties I bypass it with creating String from the inputStream in the right encoding which then is loaded in the properties map.