Skip to content

Commit 047529b

Browse files
author
Luther Tychonievich
committed
update README
1 parent 49e8095 commit 047529b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ Current status:
2121
- [x] Normalize spacing in `AGE` payloads
2222
- [x] add missing `y`
2323
- [x] Change any illegal tag `XYZ` into `_EXT_XYZ`
24+
- [ ] or to `_XYZ` and add a SCHMA entry for it
25+
- [ ] leave unchanged under extensions
2426
- [x] change `SOUR` with text payload into pointer to `SOUR` with `NOTE`
2527
- [x] change `OBJE` with no payload to pointer to new `OBJE` record
26-
- [ ] change `NOTE` record or with pointer payload into `SNOTE`
27-
- [ ] use heuristic to change some pointer-`NOTE` to nested-`NOTE` instead of `SNOTE`
28+
- [x] change `NOTE` record or with pointer payload into `SNOTE`
29+
- [x] use heuristic to change some pointer-`NOTE` to nested-`NOTE` instead of `SNOTE`
2830
- [ ] Convert `LANG` payloads to BCP 47 tags, using [FHISO's mapping](https://github.com/fhiso/legacy-format/blob/master/languages.tsv)
2931
- [ ] Convert `MEDI`.`FORM` payloads to media types
3032
- [ ] Enumerated values

0 commit comments

Comments
 (0)