From 933a3e9ac2df4021bbaded6a185c0716b40ef24f Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Sun, 5 Nov 2017 12:56:15 +0100 Subject: [PATCH] =?UTF-8?q?title=20index:=20add=20=C3=82=20->=20=C3=82=20c?= =?UTF-8?q?onversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sortindex.py | 1 + 1 file changed, 1 insertion(+) 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": 'á',