Class Utf8ResourceBundle

java.lang.Object
java.util.ResourceBundle
com.saperion.util.Utf8ResourceBundle

public class Utf8ResourceBundle extends ResourceBundle
A wrapper around a ResourceBundle that converts strings to UTF-8. This is required to handle property-files with UTF-8 encoding because Java reads property-files in ISO-8859-1.