Prechádzať zdrojové kódy

Fix MARC regex -- for real this time.

scossu 1 mesiac pred
rodič
commit
d02bebc504

+ 2 - 2
scriptshifter/tables/data/_ignore_base.yml

@@ -35,9 +35,9 @@ roman_to_script:
     - "\\bX{1,3}VI{,3}\\b"
 
     # MARC sub-field markers.
-    - "\\b[\u2021$][0-9a-z]\\b"
+    - "\\b[\u2021\u01C2\\$][0-9a-z]\\b"
 
 script_to_roman:
   ignore_ptn:
     # MARC sub-field markers.
-    - "\\b[\u2021$][0-9a-z]\\b"
+    - "\\b[\u2021\u01C2\\$][0-9a-z]\\b"