classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: InputStreamReader fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: InputStreamReader fixlet
Date: Wed, 09 Nov 2005 22:43:02 +0000

Hi,

The jIRCii app passes a CharseetDecoder to InputStreamReader that returns
null for charset() (its named NoConversion). This must be catched in the
InputStreamReader constructor.

2005-11-09  Roman Kennke  <address@hidden>

        * java/io/InputStreamReader.java
        (InputStreamReader(InputStream, CharsetDecoder)): Catch the case
        when the CharsetDecoder returns a null charset and handle it like
        US-ASCII.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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