Chris Burrows skrev: [...] > 3. I don't know about Java but in C, '\n' is an LF character. Actually it's the other way around; In Java, '\n' is guaranteed to be 0A but in C, '\n' is not required to represent 0A. See also http://en.wikipedia.org/wiki/Newline. August