org.jasig.portal.serialize
Class Encodings
java.lang.Object
org.jasig.portal.serialize.Encodings
public class Encodings
- extends java.lang.Object
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,v 1.2 2003/04/04 00:46:36 wgthom Exp $
- Author:
- Assaf Arkin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLastPrintable
static final int DefaultLastPrintable
- The last printable character for unknown encodings.
- See Also:
- Constant Field Values
JIS_DANGER_CHARS
static final java.lang.String JIS_DANGER_CHARS
- See Also:
- Constant Field Values
_encodings
private static final EncodingInfo[] _encodings
- Constructs a list of all the supported encodings.
Encodings
public Encodings()
getEncodingInfo
static EncodingInfo getEncodingInfo(java.lang.String encoding)
- Parameters:
encoding
- a MIME charset name, or null.