bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/29754] New: encodingName not set in OutputStreamWriter


From: mt at alum dot mit dot edu
Subject: [Bug classpath/29754] New: encodingName not set in OutputStreamWriter
Date: 7 Nov 2006 22:03:12 -0000

Not completely sure if this is a bug, but it seems so.

If you create an OutputStreamWriter with this constructor:
   public OutputStreamWriter(OutputStream out, Charset cs)

it never sets the encodingName instance variable, so future calls to
getEncoding() return null.

I'm getting the bug trying to run Jena under IKVM, and it gets this bug trying
to write out an RDF/XML file.  That's going to be hard to reproduce I'm afraid.


-- 
           Summary: encodingName not set in OutputStreamWriter
           Product: classpath
           Version: 0.92
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mt at alum dot mit dot edu


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]