classpath
[Top][All Lists]
Advanced

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

Re: Bug Report


From: Brian Jones
Subject: Re: Bug Report
Date: 13 Nov 2001 09:06:40 -0500
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Thanks for the report.  In the future, could you try adding
bugs through Savannah?  This will make it easier to reference in
release notes later.  I'll add this one myself later.

http://savannah.gnu.org/projects/classpath/

Brian

address@hidden writes:

> 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, address@hidden
> http://www.inf.ethz.ch/personal/reali/
> http://www.oberon.ethz.ch/jaos/
> http://www.oberon.ethz.ch/native/
> 
> 
> _______________________________________________
> Classpath mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/classpath
> 

-- 
Brian Jones <address@hidden>



reply via email to

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