Closed softworkz closed 1 year ago
In case of build errors I had seen ANSI escape sequences in the output right before the transcript stopped:
INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc [H[2J[3J ********************** Windows PowerShell transcript end End time: 20230924082823 **********************
From this I got unsure whether there might be an issue with character encoding and whether the transcript might have been truncated.
This PR avoids those escape sequences.
Thank you @softworkz, I also noticed these garbage characters and never knew where they came from.
In case of build errors I had seen ANSI escape sequences in the output right before the transcript stopped:
From this I got unsure whether there might be an issue with character encoding and whether the transcript might have been truncated.
This PR avoids those escape sequences.