[Top][All Lists]
[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
- [Bug classpath/29754] New: encodingName not set in OutputStreamWriter,
mt at alum dot mit dot edu <=
- [Bug classpath/29754] encodingName not set in OutputStreamWriter, jeroen at frijters dot net, 2006/11/08
- [Bug classpath/29754] encodingName not set in OutputStreamWriter, jeroen at frijters dot net, 2006/11/08
- [Bug classpath/29754] encodingName not set in OutputStreamWriter, cvs-commit at developer dot classpath dot org, 2006/11/08
- [Bug classpath/29754] encodingName not set in OutputStreamWriter, mark at gcc dot gnu dot org, 2006/11/11
- [Bug classpath/29754] encodingName not set in OutputStreamWriter, mark at gcc dot gnu dot org, 2006/11/11