diff --git a/sortindex.py b/sortindex.py index 4333e5f2..01ee3aa5 100644 --- a/sortindex.py +++ b/sortindex.py @@ -7,6 +7,7 @@ import locale iecPattern = re.compile(r"\IeC {\\(.*?)}") replacePattern = { '`A': 'À', + '^A': 'Â', '`a': 'à', '^a': 'â', "'a": 'á',