Add `’Ê` to charset

This commit is contained in:
Alex Voinea 2023-10-11 12:31:23 +02:00
parent fab47e63bf
commit b040538535
No known key found for this signature in database
GPG Key ID: 37EDFD565CB33BAD
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
'': '\'',
}