Fields Summary |
---|
public static final int | ISO_8859_1_VALUE |
public static final int | UTF_16_VALUE |
public static final int | UTF_8_VALUE |
public static final int | UCS_2_VALUE |
public static final int | ISO_646_VALUE |
public static final Entry | ISO_8859_18-bit encoding required for GIOP 1.0, and used as the char set
when nothing else is specified. |
static final Entry | UTF_16BEUTF-16 as specified in the OSF registry has an optional
byte order marker. UTF-16BE and UTF-16LE are not in the OSF
registry since it is no longer being developed. When the OMG
switches to the IANA registry, these can be public. Right
now, they're used internally by CodeSetConversion. |
static final Entry | UTF_16LE |
public static final Entry | UTF_16Fallback wchar code set.
In the resolution of issue 3405b, UTF-16 defaults to big endian, so
doesn't have to have a byte order marker. Unfortunately, this has to be
a special case for compatibility. |
public static final Entry | UTF_8Fallback char code set. Also the code set for char data
in encapsulations. However, since CORBA says chars are
only one octet, it is really the same as Latin-1. |
public static final Entry | UCS_2 |
public static final Entry | ISO_646This is the encoding older JavaSoft ORBs advertised as their
CORBA char code set. Actually, they took the lower byte of
the Java char. This is a 7-bit encoding, so they
were really sending ISO8859-1. |