Ver Fonte

Fix MARC regex -- for real this time.

scossu há 1 mês atrás
pai
commit
d02bebc504
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      scriptshifter/tables/data/_ignore_base.yml

+ 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"