DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30334>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30334

[lang] New interface CharacterEncodingNames proposal

           Summary: [lang] New interface CharacterEncodingNames proposal
           Product: Commons
           Version: 2.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I propose the following new interface CharacterEncodingNames. I've stored a
proposal in CVS to "record" it. Even if we nuke it, it will be in the "Attic".

In short:

/**
 * Character encoding names required of every implementation of the Java platform.
 * 
 * According to the Java documentation <a
 *
href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc";>JRE
character encoding names</a>:
 * <p>
 * <cite>Every implementation of the Java platform is required to support the
following character encodings. Consult the
 * release documentation for your implementation to see if any other encodings
are supported. </cite>
 * </p>
 * 
 * @see <a
href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc";>JRE
character encoding
 *          names </a>
 * @author Apache Software Foundation
 * @since 2.1
 */

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to