소스 검색

Fix MARC regex -- for real this time.

scossu 1 개월 전
부모
커밋
d02bebc504
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"