better replacement of \ss

This commit is contained in:
Maximilian Keßler 2022-03-31 23:19:47 +02:00
parent f4c5d4c4ae
commit 70439bfeb9

View File

@ -46,5 +46,6 @@ UTF8_REPLACEMENTS = {
r'\"O': 'Ö', r'\"O': 'Ö',
r'\"A': 'Ä', r'\"A': 'Ä',
r'\"U': 'Ü', r'\"U': 'Ü',
r'\ss': 'ß', r'{\ss}': 'ß',
r'{ß}': 'ß',
} }