remove extra indentation

This commit is contained in:
flukx 2022-11-25 14:07:14 +01:00
parent 510a03ab0f
commit 39a716a50b
2 changed files with 4 additions and 4 deletions

View file

@ -35,9 +35,9 @@ My [bachelor thesis](https://flugit.hilsky.de/flukx/bachelorarbeit) can be found
git clone https://flugit.hilsky.de/flukx/bachelorarbeit.git
My [master thesis](https://flugit.hilsky.de/flukx/masterthesis) can be found under
```
git clone https://flugit.hilsky.de/flukx/masterarbeit.git
```
or as [pdf](https://flugit.hilsky.de/flukx/masterthesis/src/branch/master/Felix-Hilsky-master-thesis-final.pdf).
For everything else, read the documentation that is included in the files above.

View file

@ -27,8 +27,8 @@ INVALID_NAMES = ["", ".", ".."]
# most common replacement string
REPLACER = "_"
SINGLE_SYMBOLS = r'ãāǎàąćčēéěèȩęêėīíǐìĩïıńōóǒòøũūúǔùşśļłŁĻķўźżĶḩģĢḨņŅŃŗŖĀĄǍÀĆĒÉĚĘÈĪÍǏÌŚŌÓǑÒŪÚǓÙŹŻý='
SINGLE_REPLACE_SYMBOLS = r'aaaaacceeeeeeeeiiiiiiinooooouuuuussllLLkyzzKhgGHnNNrRAAAACEEEEEIIIISOOOOUUUUZZy--'
SINGLE_SYMBOLS = r'ãāǎàąćčēéěèȩęêėīíǐìĩïıńōóǒòøũūúǔùşśļłŁĻķўźżĶḩģĢḨņŅŃŗŖĀĄǍÀĆĒÉĚĘÈĪÍǏÌŚŌÓǑÒŪÚǓÙŹŻý='
SINGLE_REPLACE_SYMBOLS = r'aaaaacceeeeeeeeiiiiiiinooooouuuuussllLLkyzzKhgGHnNNrRAAAACEEEEEIIIISOOOOUUUUZZy---'
# from https://programminghistorian.org/en/lessons/transliterating:
cyrillic = {'\u0410': 'A', '\u0430': 'a',