net.sourceforge.jwap.util.wbxml
Class IANACharSet
java.lang.Object
|
+--net.sourceforge.jwap.util.wbxml.IANACharSet
- public class IANACharSet
- extends java.lang.Object
This class represents the collection of character sets defined by IANA (www.iana.org)
The official names for the character sets are stored against the MIBenum value which is a
unique value for use in MIBs to identify coded character sets.
- Author:
- Suvarna Kadam
Field Summary |
static java.util.Hashtable |
charSet
|
Method Summary |
static java.lang.String |
getEncoding(int mibNumber)
|
static int |
getMIBEnum(java.lang.String encodingName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charSet
public static java.util.Hashtable charSet
IANACharSet
public IANACharSet()
getMIBEnum
public static int getMIBEnum(java.lang.String encodingName)
getEncoding
public static java.lang.String getEncoding(int mibNumber)