For DETAILS, most of the output is UTF-8, while for NOTATION*, there's some non-valid UTF-8 binary data mixed in. We've had some cases where Python scripts assume all of status-fd's output is valid UTF-8 and then they fail to decode it.
Would it be possible to always escape the remaining data (>=0x80) for NOTATION* for status-fd?