| |
|
| java.lang.Object org.apache.batik.util.EncodingUtilities
EncodingUtilities | public class EncodingUtilities (Code) | | This class contains utility functions to manage encodings.
author: Stephane Hillion version: $Id$ |
Field Summary | |
final protected static Map | ENCODINGS The standard to Java encoding table. |
Constructor Summary | |
protected | EncodingUtilities() This class does not need to be instantiated. |
Method Summary | |
public static String | javaEncoding(String encoding) Returns the Java encoding string mapped with the given standard
encoding string. |
ENCODINGS | final protected static Map ENCODINGS(Code) | | The standard to Java encoding table.
|
EncodingUtilities | protected EncodingUtilities()(Code) | | This class does not need to be instantiated.
|
javaEncoding | public static String javaEncoding(String encoding)(Code) | | Returns the Java encoding string mapped with the given standard
encoding string.
null if no mapping was found. |
|
|
|