better replacement of \ss
This commit is contained in:
parent
f4c5d4c4ae
commit
70439bfeb9
1 changed files with 2 additions and 1 deletions
|
@ -46,5 +46,6 @@ UTF8_REPLACEMENTS = {
|
||||||
r'\"O': 'Ö',
|
r'\"O': 'Ö',
|
||||||
r'\"A': 'Ä',
|
r'\"A': 'Ä',
|
||||||
r'\"U': 'Ü',
|
r'\"U': 'Ü',
|
||||||
r'\ss': 'ß',
|
r'{\ss}': 'ß',
|
||||||
|
r'{ß}': 'ß',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue