com.itextpdf.text.xml.simpleparser
Class IanaEncodings

java.lang.Object
  extended by com.itextpdf.text.xml.simpleparser.IanaEncodings

public class IanaEncodings
extends Object

Translates a IANA encoding name to a Java encoding.


Constructor Summary
IanaEncodings()
           
 
Method Summary
static String getJavaEncoding(String iana)
          Gets the java encoding from the IANA encoding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IanaEncodings

public IanaEncodings()
Method Detail

getJavaEncoding

public static String getJavaEncoding(String iana)
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


Copyright © 2013. All Rights Reserved.