| java.lang.Object org.jfree.report.util.EncodingSupport
EncodingSupport | final public class EncodingSupport (Code) | | A global registry for all supported encodings.
author: Thomas Morgner. |
Method Summary | |
public static String | getPlatformDefaultEncoding() Helper method to read the platform default encoding from the VM's system properties. | public static boolean | isSupportedEncoding(String encoding) Returns true if the encoding is valid, and false
otherwise.
Parameters: encoding - the encoding (name). |
getPlatformDefaultEncoding | public static String getPlatformDefaultEncoding()(Code) | | Helper method to read the platform default encoding from the VM's system properties.
the contents of the system property "file.encoding". |
isSupportedEncoding | public static boolean isSupportedEncoding(String encoding)(Code) | | Returns true if the encoding is valid, and false
otherwise.
Parameters: encoding - the encoding (name). A boolean. |
|
|