Modify type evaluator to try to identify binary data
Use the criteria used by the Unix 'file' command, as implemented in Python (see https://stackoverflow.com/questions/898669/how-can-i-detect-if-a-file-is-binary-non-text-in-python), to try to determine whether a data value is binary rather than text, if it's not any of the other recognized formats.
Use the criteria used by the Unix 'file' command, as implemented in Python (see https://stackoverflow.com/questions/898669/how-can-i-detect-if-a-file-is-binary-non-text-in-python), to try to determine whether a data value is binary rather than text, if it's not any of the other recognized formats.