| java.lang.Object org.apache.xml.serialize.Encodings
Encodings | public class Encodings (Code) | | Provides information about encodings. Depends on the Java runtime
to provides writers for the different encodings, but can be used
to override encoding names and provide the last printable character
for each encoding.
version: $Id: Encodings.java 476047 2006-11-17 04:27:45Z mrglavas $ author: Assaf Arkin |
DEFAULT_LAST_PRINTABLE | final static int DEFAULT_LAST_PRINTABLE(Code) | | The last printable character for unknown encodings.
|
LAST_PRINTABLE_UNICODE | final static int LAST_PRINTABLE_UNICODE(Code) | | |
UNICODE_ENCODINGS | final static String[] UNICODE_ENCODINGS(Code) | | |
|
|