fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

REPO.ADDR.CONT : messing up the EOL? #37

Open fire-eggs opened 7 years ago

fire-eggs commented 7 years ago

Seen with 2262001.ged.

REPO records, with an ADDR tag and a CONT appear to be messing up the EOL. I.e.

0 @R1@ REPO
1 NAME blah blah
1 ADDR number street
2 CONT city, state zip

is not stored with an address of "number street city, state zip" as desired

fire-eggs commented 6 years ago

Wait, isn't "number street\ncity,state zip" correct as per standard?

If it was

1 ADDR number street
1 CONC city, state zip

then the output would be "number street city, state zip".

I've forgotten now what "as desired" refers to ...