jaxp/src/com/sun/org/apache/xml/internal/serializer/Encodings.java
changeset 25264 040625ce9b72
parent 17533 93a2cadbbd33
child 25834 aba3efbf4ec5
equal deleted inserted replaced
25263:0939b202eb62 25264:040625ce9b72
    48  * Provides information about encodings. Depends on the Java runtime
    48  * Provides information about encodings. Depends on the Java runtime
    49  * to provides writers for the different encodings, but can be used
    49  * to provides writers for the different encodings, but can be used
    50  * to override encoding names and provide the last printable character
    50  * to override encoding names and provide the last printable character
    51  * for each encoding.
    51  * for each encoding.
    52  *
    52  *
    53  * @version $Revision: 1.11 $ $Date: 2010-11-01 04:34:44 $
       
    54  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    53  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    55  */
    54  */
    56 
    55 
    57 public final class Encodings extends Object
    56 public final class Encodings extends Object
    58 {
    57 {