Selaa lähdekoodia

Ignore MARC subfield markers.

scossu 2 kuukautta sitten
vanhempi
commit
14c1a4e0fd
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      scriptshifter/tables/data/_ignore_base.yml

+ 3 - 1
scriptshifter/tables/data/_ignore_base.yml

@@ -31,8 +31,10 @@ roman_to_script:
     - "X{1,3}I{,3}"
     - "X{1,3}I(V|X)"
     - "X{1,3}VI{,3}"
+    - "[\u2021$][0-9a-z] *"
 
 script_to_roman:
   ignore:
     - " "
-
+  ignore_ptn:
+    - "[\u2021$][0-9a-z] *"