mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 13:56:34 +02:00
Added comment showing where the code is from
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user