pub fn is_text_char(c: u8) -> bool
Expand description

TEXT-CHAR = %x01-09 / %x0B-0C / %x0E-7F

Note: This was <any CHAR except CR and LF> before.