pub fn is_permitted_chars(chars: &[u8], idx: usize) -> bool
Expand description

Determine if the characters is permitted characters.

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