org.apache.batik.util
public class EncodingUtilities extends Object
Field Summary | |
---|---|
protected static Map | ENCODINGS
The standard to Java encoding table. |
Constructor Summary | |
---|---|
protected | EncodingUtilities()
This class does not need to be instantiated. |
Method Summary | |
---|---|
static String | javaEncoding(String encoding)
Returns the Java encoding string mapped with the given standard
encoding string. |
Returns: null if no mapping was found.