| java.lang.Object org.jasig.portal.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 36559 2006-04-28 18:38:13Z bjohnson $ 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) | | |
|
|