Stian Lavik wrote:
>> line terminator problem: terminal uses unix \\n, java problably
>> uses apple's l.t.
>
>Any ideas to how to get around the problem?
There is no line-terminator problem to get around:
Mac OS X Java has a line terminator of '\n'.
To illustrate, simply get the property "line.separator" and display it as
hex. If you don't 0x000A, then it's because the property is being changed
from its default.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden