public class

UTF8Control

extends ResourceBundle.Control
java.lang.Object
   ↳ java.util.ResourceBundle.Control
     ↳ humanize.util.UTF8Control

Class Overview

Custom ResourceBundle.Control with UTF8 support.
Slightly modified from: http://stackoverflow.com/questions/4659929/how-to-use-utf-8-in-resource- properties-with-resourcebundle

Summary

[Expand]
Inherited Constants
From class java.util.ResourceBundle.Control
[Expand]
Inherited Fields
From class java.util.ResourceBundle.Control
Public Constructors
UTF8Control()
Public Methods
ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
[Expand]
Inherited Methods
From class java.util.ResourceBundle.Control
From class java.lang.Object

Public Constructors

public UTF8Control ()

Public Methods

public ResourceBundle newBundle (String baseName, Locale locale, String format, ClassLoader loader, boolean reload)