Class IanaEncodings
java.lang.Object
com.lowagie.text.xml.simpleparser.IanaEncodings
Translates a IANA encoding name to a Java encoding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetJavaEncoding(String iana) Gets the java encoding from the IANA encoding.
-
Constructor Details
-
IanaEncodings
public IanaEncodings()
-
-
Method Details
-
getJavaEncoding
Gets the java encoding from the IANA encoding. If the encoding cannot be found it returns the input.- Parameters:
iana- the IANA encoding- Returns:
- the java encoding
-