The compile results when running Jipe 0.90i on Win NT 4.0 will show two outlined box characters instead of the proper carriage return and linefeed pairs.
The new line character varies per OS. We need to use
<i>System.getProperty("line.separator")</i> throughout the
application. As soon as I get the v0.96 source to compile I
will get started on it.
Kyle
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=556605
The new line character varies per OS. We need to use
<i>System.getProperty("line.separator")</i> throughout the
application. As soon as I get the v0.96 source to compile I
will get started on it.
Kyle