classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: java/io/PrintStream.java: Handling of an invalid f


From: Tom Tromey
Subject: Re: [cp-patches] RFC: java/io/PrintStream.java: Handling of an invalid file.encoding
Date: 14 Nov 2005 10:41:57 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Ito" == Ito Kazumitsu <address@hidden> writes:

Ito> I think an invalid value of file.encoding should be treated as if
Ito> it were "ISO-8859-1". Such is the behaviour of Sun's JDK.

Perhaps we should check this once at startup, instead of every time in
PrintStream?  I'm thinking that we use file.encoding in a number of
places, and adding this check to each one seems like a pain.

Tom




reply via email to

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