DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29706>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29706 Carriage returns in HTML output ------- Additional Comments From [EMAIL PROTECTED] 2004-06-25 13:39 ------- In bug 29088 a workaround is suggested. Henry Zongaro wrote this: > Having specific control over the end-of-line sequence would be > an enhancement request. ... A work-around might be to set > the Java system property line.separator to the particular > end-of-line sequence you'd like. So on Windows platforms rather than a 0x0D 0x0A you could set the line sparator to just 0x0A. This doesn't mean I'm not going to fix this bug. The new-line should not be turned into carriage-return new-line pair, and then do it again so that you end up with two carriage-returns and one new-line. Once is enough. - Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
