pub fn has_binary_data(data: &[u8]) -> bool
Check if data contains binary (non-text) bytes. Returns true if any byte < 32 other than \n, \r, \t, \f, \b.
\n
\r
\t
\f
\b