Closed whikloj closed 2 years ago
The spec says lines can end with CR, LF or CRLF. Currently this library only deals with LF and CR. Files with only a carriage return cause problems.
This ticket is to correctly handle bagit.txt, bag-info.txt, fetch.txt and all manifest and tagmanifest files that might only use CR line endings.
The spec says lines can end with CR, LF or CRLF. Currently this library only deals with LF and CR. Files with only a carriage return cause problems.
This ticket is to correctly handle bagit.txt, bag-info.txt, fetch.txt and all manifest and tagmanifest files that might only use CR line endings.