Added comment showing where the code is from
This commit is contained in:
parent
def01bfb45
commit
1fe3f10be7
@ -9,6 +9,8 @@ import java.util.Locale;
|
|||||||
import java.util.PropertyResourceBundle;
|
import java.util.PropertyResourceBundle;
|
||||||
import java.util.ResourceBundle;
|
import java.util.ResourceBundle;
|
||||||
|
|
||||||
|
// Code taken from https://stackoverflow.com/questions/4659929/how-to-use-utf-8-in-resource-properties-with-resourcebundle/4660195#4660195
|
||||||
|
|
||||||
public class UTF8Control extends ResourceBundle.Control {
|
public class UTF8Control extends ResourceBundle.Control {
|
||||||
public ResourceBundle newBundle
|
public ResourceBundle newBundle
|
||||||
(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
|
(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
|
||||||
|
Loading…
Reference in New Issue
Block a user