This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/29178] CharsetEncoder.canEncode() gives different results than Sun version



------- Comment #1 from cvs-commit at developer dot classpath dot org  2006-09-25 19:20 -------
Subject: Bug 29178

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tom Tromey <tromey>     06/09/25 19:19:47

Modified files:
        gnu/java/nio/charset: ISO_8859_1.java US_ASCII.java 
                              ByteCharset.java 
        .              : ChangeLog 

Log message:
                PR libgcj/29178:
                * gnu/java/nio/charset/US_ASCII.java (Encoder.canEncode): New
method.
                (Encoder.canEncode): Likewise.
                (Encoder.encodeLoop): Return unmappable for all non-ASCII
characters.
                * gnu/java/nio/charset/ByteCharset.java (Encoder.canEncode):
New
                method.
                (Encoder.canEncode): Likewise.
                * gnu/java/nio/charset/ISO_8859_1.java (Encoder.canEncode): New
                method.
                (Encoder.canEncode): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/charset/ISO_8859_1.java?cvsroot=classpath&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/charset/US_ASCII.java?cvsroot=classpath&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/charset/ByteCharset.java?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8609&r2=1.8610


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29178


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]