Am Mittwoch, den 09.11.2005, 17:28 -0700 schrieb Tom Tromey:
> >>>>> "Roman" == Roman Kennke <[EMAIL PROTECTED]> writes:
> 
> Roman> * java/io/InputStreamReader.java
> Roman> (InputStreamReader(InputStream, CharsetDecoder)): Catch the case
> Roman> when the CharsetDecoder returns a null charset and handle it like
> Roman> US-ASCII.
> 
> Do we really want this to default to US-ASCII and not, say, file.encoding?

I don't know. The application that triggered this bug seems to assume
that there is no character->byte conversion applied (the Decoder class
that sets the charset to null is called NoConversion and does a
super(null, ..) in its constructor). So it seemed most plausible to me
to handle this like US-ASCII.

/Roman

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to