Package com.ctc.wstx.io
Class CharsetNames
java.lang.Object
com.ctc.wstx.io.CharsetNames
Simple utility class that normalizes given character input character
set names into canonical (within Woodstox, anyways) names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
This constants is intentionally vague, so that some other information will be needed to determine the endianness.static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CS_US_ASCII
- See Also:
-
CS_UTF8
- See Also:
-
CS_UTF16
This constants is intentionally vague, so that some other information will be needed to determine the endianness.- See Also:
-
CS_UTF16BE
- See Also:
-
CS_UTF16LE
- See Also:
-
CS_UTF32
- See Also:
-
CS_UTF32BE
- See Also:
-
CS_UTF32LE
- See Also:
-
CS_ISO_LATIN1
- See Also:
-
CS_SHIFT_JIS
- See Also:
-
CS_EBCDIC_SUBSET
- See Also:
-
-
Constructor Details
-
CharsetNames
public CharsetNames()
-
-
Method Details
-
normalize
-
findEncodingFor
Because of legacy encodings used by earlier JDK versions, we need to be careful when accessing encoding names via JDK classes.
-