on 1/28/02 2:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> + // XXX really this should use line separator!
> + // XXX should also probably check for pretty print
> + // XXX also probably have difficulties with encoding
> + try
> + {
> + out.write('\n');
> + }
Why not use the System.getProperty("line.separator")?
-jon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
