-
- Downloads
Strip carriage returns from extended descriptions
On Windows, CRs in extended descriptions could result in output of \r\r\n which could be displayed as 2 newlines (e.g. in notepad.exe). Since the \n -> \r\n expansion already happens on Windows stdout, we don't want them in the processed input (file metadata). As reported by DesotoFireflite (VALHALLA), thank you!
parent
b67a5a26
No related branches found
No related tags found
Please register or sign in to comment