com.toedter.components
Class UTF8ResourceBundle

java.lang.Object
  extended by com.toedter.components.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

Author:
Kai Toedter

Constructor Summary
UTF8ResourceBundle()
           
 
Method Summary
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)


Copyright © 1999 - 2011 Kai Toedter.