Skip to content

Commit 463a096

Browse files
authored
Merge pull request #192 from lcnetdev/marc_subfield
Ignore MARC subfield markers.
2 parents 615102e + 14c1a4e commit 463a096

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scriptshifter/tables/data/_ignore_base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ roman_to_script:
3131
- "X{1,3}I{,3}"
3232
- "X{1,3}I(V|X)"
3333
- "X{1,3}VI{,3}"
34+
- "[\u2021$][0-9a-z] *"
3435

3536
script_to_roman:
3637
ignore:
3738
- " "
38-
39+
ignore_ptn:
40+
- "[\u2021$][0-9a-z] *"

0 commit comments

Comments
 (0)