Sept. 18, 2001
12:11 p.m.
Also, Java supports this, and the algorithm to support it is not difficult: to read a line, read until you see either \r or \n; if you see \r, peek one character ahead and if that's a \n, include it in the line.
What about the mac where \r *is* the line ending? Nathan