... als ein Zeichen durch _ ersetzen
This commit is contained in:
parent
6a62184fb8
commit
ed8bf1d9eb
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ REPLACEMENTS = {'\n': REPLACER,
|
||||||
"\u202f": "_", # some space
|
"\u202f": "_", # some space
|
||||||
"N°": "Nr",
|
"N°": "Nr",
|
||||||
"°C": "degCelsius",
|
"°C": "degCelsius",
|
||||||
"\\": REPLACER
|
"…": "_",
|
||||||
|
"\\": REPLACER
|
||||||
}
|
}
|
||||||
REPLACEMENTS.update(
|
REPLACEMENTS.update(
|
||||||
{s: SINGLE_REPLACE_SYMBOLS[i] for i, s in enumerate(SINGLE_SYMBOLS)})
|
{s: SINGLE_REPLACE_SYMBOLS[i] for i, s in enumerate(SINGLE_SYMBOLS)})
|
||||||
|
|
Loading…
Reference in a new issue