From 715b813bbca7b0261f723450e62c2e7846d3d98b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 1 Oct 2019 10:53:20 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD=20dinglehopper:=20Add=20two=20more=20?= =?UTF-8?q?eMOP=20ligatures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/dinglehopper/substitute_equivalences.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qurator/dinglehopper/substitute_equivalences.py b/qurator/dinglehopper/substitute_equivalences.py index 7c37c7f..524b1ee 100644 --- a/qurator/dinglehopper/substitute_equivalences.py +++ b/qurator/dinglehopper/substitute_equivalences.py @@ -26,6 +26,8 @@ def substitute_equivalences(s): 'aͤ': 'ä', # LATIN SMALL LETTER A, COMBINING LATIN SMALL LETTER E 'oͤ': 'ö', # LATIN SMALL LETTER O, COMBINING LATIN SMALL LETTER E 'uͤ': 'ü', # LATIN SMALL LETTER U, COMBINING LATIN SMALL LETTER E + '\uf532': 'as', # eMOP: Latin small ligature as + '\uf533': 'is', # eMOP: Latin small ligature is '\uf535': 'Qu', # eMOP: Latin ligature capital Q small u 'ij': 'ij', # U+0133 LATIN SMALL LIGATURE IJ '\uE8BF': 'q&', # MUFI: LATIN SMALL LETTER Q LIGATED WITH FINAL ET XXX How to replace this correctly?