9124: GEDCOM doesn't accept CR as a line terminator

Original code used readline() when file was in binary mode; this works
only if file contains '\n', true only for CRLF and LF line endings.
Switched to file text mode with correct encoding and universal newline
support.
This commit is contained in:
prculley
2016-04-13 12:07:43 -05:00
committed by Nick Hall
parent 697b85811d
commit 66bf311168
45 changed files with 17753 additions and 44 deletions

File diff suppressed because one or more lines are too long