Package org.apache.batik.util
Class EncodingUtilities
java.lang.Object
org.apache.batik.util.EncodingUtilities
This class contains utility functions to manage encodings.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
This class does not need to be instantiated. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
javaEncoding
(String encoding) Returns the Java encoding string mapped with the given standard encoding string.
-
Field Details
-
ENCODINGS
The standard to Java encoding table.
-
-
Constructor Details
-
EncodingUtilities
protected EncodingUtilities()This class does not need to be instantiated.
-
-
Method Details
-
javaEncoding
Returns the Java encoding string mapped with the given standard encoding string.- Returns:
- null if no mapping was found.
-