@@ -39,9 +39,6 @@ The above will overwrite the files in `edu/virginia/ged5to7/config/` with update
3939 - [x] change age words to canonical forms (stillborn as ` 0y ` , child as ` < 8y ` , infant as ` < 1y ` ) with ` PHRASE ` s
4040 - [x] Normalize spacing in ` AGE ` payloads
4141 - [x] add missing ` y `
42- - [x] Change any illegal tag ` XYZ ` into ` _EXT_XYZ `
43- - [ ] or to ` _XYZ ` and add a SCHMA entry for it
44- - [ ] leave unchanged under extensions
4542- [x] change ` SOUR ` with text payload into pointer to ` SOUR ` with ` NOTE `
4643- [x] change ` OBJE ` with no payload to pointer to new ` OBJE ` record
4744- [x] change ` NOTE ` record or with pointer payload into ` SNOTE `
@@ -62,15 +59,17 @@ The above will overwrite the files in `edu/virginia/ged5to7/config/` with update
6259 - [x] Convert user-text to ` PHRASE ` s
6360- [x] change ` RFN ` , ` RIN ` , and ` AFN ` to ` EXID `
6461- [x] change ` _FSFTID ` , ` _APID ` to ` EXID `
65- - [ ] Convert ` MEDI ` .` FORM ` payloads to media types
66- - [ ] Convert ` FONE ` and ` ROMN ` to ` TRAN ` and their ` TYPE ` s to BCP-47 ` LANG ` s
67- - [ ] remove ` SUBN ` , ` HEAD ` .` FILE ` , ` HEAD ` .` CHAR `
68- - (deferred) ` HEAD ` .` PLAC ` was originally on this list, but has been deferred to a later version
69- - [ ] change ` FILE ` payloads into URLs
70- - [ ] Windows-style ` \ ` becomes ` / `
71- - [ ] Windows diver letter ` C:\WINDOWS ` becomes ` file:///c:/WINDOWS `
72- - [ ] POSIX-stye ` /User/foo ` becomes ` file:///User/foo `
62+ - [x] Convert ` MEDI ` .` FORM ` payloads to media types
63+ - [x] Convert ` FONE ` and ` ROMN ` to ` TRAN ` and their ` TYPE ` s to BCP-47 ` LANG ` s
64+ - [x] change ` FILE ` payloads into URLs
65+ - [x] Windows-style ` \ ` becomes ` / `
66+ - [x] Windows diver letter ` C:\WINDOWS ` becomes ` file:///c:/WINDOWS `
67+ - [x] POSIX-stye ` /User/foo ` becomes ` file:///User/foo `
68+ - [x] remove ` SUBN ` , ` HEAD ` .` FILE ` , ` HEAD ` .` CHAR `
7369- [x] update the ` GEDC ` .` VERS ` to ` 7.0 `
70+ - [x] Change any illegal tag ` XYZ ` into ` _EXT_XYZ `
71+ - [ ] or to ` _XYZ ` and add a SCHMA entry for it
72+ - [ ] leave unchanged under extensions
7473- [ ] (extra) change string-valued ` INDI ` .` ALIA ` into ` NAME ` with ` TYPE ` ` AKA `
7574- [ ] (5.5) change base64-encoded OBJE into GEDZIP
7675- [ ] add ` SCHMA ` for all used known extensions
0 commit comments