-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full_value handling of CONC on FindMyPast Gedcoms #21
Comments
pjcj#21 Addressing this Issue in ged2site: nigelhorne/ged2site#121
@nigelhorne jhannah I've finally carved out a little time to look at Gedcom.pm and created a solution for this. I don't really want to add anything that always runs, since I think the current behaviour is compliant with the GEDCOM standard and I wouldn't like to break that. But perl has a long and illustrious history of working around broken software. So I have essentially added the proposed fix behind a feature flag. When you create your GEDCOM object you can specify the option I think this is what's needed. The fix is on the |
Thanks, I'll take a look. I understand. In the real world, we have to realise that, sadly, genealogy websites do not adhere to the Gedcom standard, sigh. |
This is a bug in FMP not in Gedcom, but since they are very unlikely to help I thought it best asking here for help.
In Item.pm there is this code:
The problem is that if a NOTE record (and perhaps others) or CONC record ends with a space, FMP (and perhaps ACOM) strips it which means that words can run on. I don't know how, but somehow it would be great if that could be worked around.
Maybe something horrible such as this:
The text was updated successfully, but these errors were encountered: