Merge pull request #4439 from leptun/update_charset

Add `’` and `Ê` to charset
This commit is contained in:
3d-gussner 2023-10-11 13:07:12 +02:00 committed by GitHub
commit a90086b28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ TRANS_CHARS = {
# 'è': 'e', #fr,it,nl
'È': 'è', #fr,it
'ê': 'e', #fr,nl
'Ê': 'E', #fr
# 'ě': 'e', #cz
'Ě': 'ě', #cz
'ë': 'e', #fr
@ -122,6 +123,7 @@ TRANS_CHARS = {
'Ż': 'ż', #pl
'¿': '', #es
'¡': '', #es
'': '\'',
}