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

Determine if a character is permitted character.

A permitted character is either a permitted printable character, or a permitted newline. Any other characters are disallowed from appearing in the file.