Hi!

Bug Report:
-----------
Properties.load opens an InputStreamReader with
decoder "ISO-8859-1".

In java.io.EncodingManager the decoder is mapped to the
class gnu.java.io.DecoderISO-8859-1, which doesn't exists.
The close and obvious match is gnu.java.io.Decoder8859_1

Fix:
----
"ISO-8859-1" is the string used in the (Java) documentation.
I think the Encoder and Decoder classes should be renamed
from Encoder8859_1 to EncoderISO-8859-1 and so on.


How did it happen:
------------------
I executed SpecApplication from the SpecJVM benchmark suite
on my Jaos VM.


-Patrik
--
Patrik Reali, [EMAIL PROTECTED]
http://www.inf.ethz.ch/personal/reali/
http://www.oberon.ethz.ch/jaos/
http://www.oberon.ethz.ch/native/


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to