Browse Source

title index: add  ->  conversion

patacrep_3.7.3
Romain Goffe 7 years ago
parent
commit
933a3e9ac2
  1. 1
      sortindex.py

1
sortindex.py

@ -7,6 +7,7 @@ import locale
iecPattern = re.compile(r"\IeC {\\(.*?)}")
replacePattern = {
'`A': 'À',
'^A': 'Â',
'`a': 'à',
'^a': 'â',
"'a": 'á',

Loading…
Cancel
Save