Ver Fonte

Merge pull request #192 from lcnetdev/marc_subfield

Ignore MARC subfield markers.
Stefano Cossu há 2 meses atrás
pai
commit
463a096c2c
1 ficheiros alterados com 3 adições e 1 exclusões
  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] *"