gedcom7code / c-converter

Converts GEDCOM 5.5.1 to GEDCOM 7
The Unlicense
3 stars 2 forks source link

CALN.MEDI is converted incorrectly #7

Closed dthaler closed 3 years ago

dthaler commented 3 years ago

Input:

2 CALN Sample call number
3 MEDI book

Expected output:

2 CALN Sample call number
3 MEDI BOOK

Actual output:

2 CALN Sample call number
3 MEDI OTHER
4 PHRASE book
tychonievich commented 3 years ago

I cannot replicate this

input:

0 HEAD
1 CHAR UTF-8
1 GEDC
2 VERS 5.5.1
2 FORM LINEAGE_LINKED
0 @3@ SOUR
1 REPO @4@
2 CALN 13B-1234.01
3 MEDI book
0 @4@ REPO
1 NAME test
0 TRLR

output

0 HEAD
1 GEDC
2 VERS 7.0
0 @3@ SOUR
1 REPO @4@
2 CALN 13B-1234.01
3 MEDI BOOK
0 @4@ REPO
1 NAME test
0 TRLR
dthaler commented 3 years ago

Neither can I now, so closing

dthaler commented 3 years ago

Hypothesis is that https://github.com/gedcom7code/c-converter/commit/ec69e0a2c1f733ffea6abfdc686529cc19cb426a also fixed this one as well.