remove extra indentation
This commit is contained in:
parent
510a03ab0f
commit
39a716a50b
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue