Hi. I have a file using \n as line-separator. There are also
occurrences of \r in the file, but I don't want the
BufferedReader.readLine() to consider those as EOL.
Apart from stripping all \r from the file before processing it, what
good options are there? Do I have to inspect the data char-by-char, or
is there a better way?
Thanks,
Morten