pub fn is_permitted_newline_crlf_chars(c1: char, c2: char) -> bool
Expand description

Determine if a character is a permitted newline crlf character.

The only permitted newline character is \r\n. All others are invalid.