JZOS 1.2.0 - Latest beta version

General discussion on the JZOS batch launcher and toolkit
Post Reply
coz
Posts: 392
Joined: Fri Jul 30, 2004 5:29 pm

JZOS 1.2.0 - Latest beta version

Post by coz »

JZOS now supports automatic output transcoding between the file.encoding and JZOS_OUTPUT_ENCODING setting. Previously, output sent to System.out or System.err was properly encoded if the PrintStream methods were used, but NOT if the inherited OutputStream methods, like write(byte[],..) were used. This hole has been closed, which simplifies the installation and execution of some Java applications, especially those that require a default file.encoding of ASCII.

See http://www.jzos.com/docs/outputEncoding.html for more information.
Post Reply