pub fn is_permitted_newline_lf_char(c: char) -> bool
Expand description

Determine if a character is a permitted newline lf character.

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