All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.dankito.utils.localization.UTF8ResourceBundleControl.kt Maven / Gradle / Ivy

The newest version!
package net.dankito.utils.localization


/**
 * 

* By default .properties files only supports ISO-8859-1 (Latin-1) as encoding. * To be able to load non Latin-1 characters, a custom ResourceBundle.Control has to be written which reads properties file in UTF-8 encoding. *

*/ open class UTF8ResourceBundleControl : SettableEncodingResourceBundleControl("UTF-8")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy