in src/main/java/org/apache/commons/csv/Lexer.java [202:204]
boolean isStartOfLine(final int ch) { return ch == LF || ch == CR || ch == UNDEFINED; }