X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gedcom%2Fcompat.c;h=6ac021f2077b01858614284e55f3b29ac246e580;hb=6f97662e0531189fb1298c27fd85348df1b86db3;hp=f7638e6970200be8ea656cf7c94d3d525ff09391;hpb=4904eac1398f57f930eaf954336d57f462879296;p=gedcom-parse.git diff --git a/gedcom/compat.c b/gedcom/compat.c index f7638e6..6ac021f 100644 --- a/gedcom/compat.c +++ b/gedcom/compat.c @@ -38,7 +38,7 @@ char* default_charset; #define DEFAULT_GEDCOM_VERS "5.5" #define DEFAULT_GEDCOM_FORM "LINEAGE-LINKED" -/* Incompatibily list (with GEDCOM 5.5): +/* Incompatibility list (with GEDCOM 5.5): - ftree: - no submitter record, no submitter link in the header @@ -49,8 +49,9 @@ char* default_charset; - no submitter record, no submitter link in the header - no GEDC field in the header - no CHAR field in the header - - TIME field outside of DATE field in the header (will be ignored here) + - HEAD.TIME instead of HEAD.DATE.TIME (will be ignored here) - '@' not written as '@@' in values + - lots of missing required values */ /* Compatibility handling */