Class UTF8ResourceBundle



  • public abstract class UTF8ResourceBundle
    extends java.lang.Object
    This class is a hack to read UTF-8 encoded property files. The implementation is based on http://www.thoughtsabout.net/blog/archives/000044.html
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ResourceBundle getBundle​(java.lang.String baseName, java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UTF8ResourceBundle

        public UTF8ResourceBundle​()
    • Method Detail

      • getBundle

        public static final java.util.ResourceBundle getBundle​(java.lang.String baseName,
                                                               java.util.Locale locale)